Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def chat(x, id, url):
|
|
| 37 |
result = gradio_client.predict(
|
| 38 |
x,
|
| 39 |
# str representing input in 'User input' Textbox component
|
| 40 |
-
|
| 41 |
id,
|
| 42 |
url,
|
| 43 |
fn_index=0
|
|
|
|
| 37 |
result = gradio_client.predict(
|
| 38 |
x,
|
| 39 |
# str representing input in 'User input' Textbox component
|
| 40 |
+
60,
|
| 41 |
id,
|
| 42 |
url,
|
| 43 |
fn_index=0
|