Spaces:
Running
Running
bug fix
Browse files
app.py
CHANGED
|
@@ -12,5 +12,5 @@ def echo(text, request: gr.Request):
|
|
| 12 |
output_text = json.add({"query_params": dict(request.query_params)})
|
| 13 |
return output_text
|
| 14 |
|
| 15 |
-
io = gr.Interface(echo, "textbox", "
|
| 16 |
|
|
|
|
| 12 |
output_text = json.add({"query_params": dict(request.query_params)})
|
| 13 |
return output_text
|
| 14 |
|
| 15 |
+
io = gr.Interface(echo, "textbox", "json").launch(share=True)
|
| 16 |
|