Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,6 @@ def responsenew(data):
|
|
| 30 |
"action": "nothing",
|
| 31 |
"function": "nothing"
|
| 32 |
}
|
| 33 |
-
print(data)
|
| 34 |
return json.dumps(respo)
|
| 35 |
|
| 36 |
gradio_interface = gr.Interface(
|
|
|
|
| 30 |
"action": "nothing",
|
| 31 |
"function": "nothing"
|
| 32 |
}
|
|
|
|
| 33 |
return json.dumps(respo)
|
| 34 |
|
| 35 |
gradio_interface = gr.Interface(
|