Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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)." },
|