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