Spaces:
Runtime error
Runtime error
on1onmangoes
commited on
Commit
•
27e5f74
1
Parent(s):
4204dae
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,9 @@ import os
|
|
6 |
HF_TOKEN = os.getenv("HF_TOKEN") # Replace with your actual token if not using an environment variable
|
7 |
|
8 |
# Initialize the Gradio Client for the specified API
|
9 |
-
client = Client("on1onmangoes/CNIHUB101324v10", hf_token=HF_TOKEN)
|
|
|
|
|
10 |
|
11 |
# Update the conversation history within the function.
|
12 |
# Return the updated history along with any other required outputs.
|
|
|
6 |
HF_TOKEN = os.getenv("HF_TOKEN") # Replace with your actual token if not using an environment variable
|
7 |
|
8 |
# Initialize the Gradio Client for the specified API
|
9 |
+
#client = Client("on1onmangoes/CNIHUB101324v10", hf_token=HF_TOKEN)
|
10 |
+
|
11 |
+
client = Client("on1onmangoes/CNIHUB101524v11", hf_token=HF_TOKEN)
|
12 |
|
13 |
# Update the conversation history within the function.
|
14 |
# Return the updated history along with any other required outputs.
|