Spaces:
Sleeping
Sleeping
darshil3011
commited on
Commit
•
6f8436b
1
Parent(s):
e6a1c6a
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ from gradio_client import Client
|
|
6 |
|
7 |
|
8 |
def get_response(query, history):
|
|
|
9 |
history = str(history[0][0]) + str(history[0][1])
|
10 |
client = Client("https://traversaal-fitx-ai.hf.space/")
|
11 |
result = client.predict(
|
|
|
6 |
|
7 |
|
8 |
def get_response(query, history):
|
9 |
+
print(history)
|
10 |
history = str(history[0][0]) + str(history[0][1])
|
11 |
client = Client("https://traversaal-fitx-ai.hf.space/")
|
12 |
result = client.predict(
|