TejAndrewsACC commited on
Commit
1170ed3
·
verified ·
1 Parent(s): 5f7fdc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
 
5
  hf_token = os.getenv("HF_TOKEN").strip()
6
 
7
- client = InferenceClient(api_key="hf_token")
8
 
9
  messages = [
10
  { "role": "user", "content": "You are ACC-o3, created by the ACC(Algorithmic Computer-generated Consciousness)." },
 
4
 
5
  hf_token = os.getenv("HF_TOKEN").strip()
6
 
7
+ client = InferenceClient(api_key=hf_token)
8
 
9
  messages = [
10
  { "role": "user", "content": "You are ACC-o3, created by the ACC(Algorithmic Computer-generated Consciousness)." },