Spaces:
Sleeping
Sleeping
Commit
·
003835a
1
Parent(s):
534cfe9
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from gradio_client import Client
|
|
8 |
def get_response(query, history):
|
9 |
|
10 |
history = str(history)
|
11 |
-
client = Client("https://traversaal-fitx-ai.hf.space/")
|
12 |
result = client.predict(
|
13 |
query, # str in 'query' Textbox component
|
14 |
history, # str in 'history' Textbox component
|
|
|
8 |
def get_response(query, history):
|
9 |
|
10 |
history = str(history)
|
11 |
+
client = Client("https://traversaal-fitx-ai.hf.space/", hf_token="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")
|
12 |
result = client.predict(
|
13 |
query, # str in 'query' Textbox component
|
14 |
history, # str in 'history' Textbox component
|