Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def chat(x, id, url):
|
|
39 |
fn_index=0
|
40 |
)
|
41 |
result = str(result)
|
42 |
-
print(x, id, url, result)
|
43 |
return result
|
44 |
|
45 |
with gr.Blocks() as demo:
|
|
|
39 |
fn_index=0
|
40 |
)
|
41 |
result = str(result)
|
42 |
+
print("@" + x +", "+ id +", "+ url +", "+ result)
|
43 |
return result
|
44 |
|
45 |
with gr.Blocks() as demo:
|