Nuno-Tome commited on
Commit
b496754
·
1 Parent(s): c9f7873
Files changed (1) hide show
  1. app.py +1 -1
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", "JSON").launch(share=True)
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