Nuno-Tome commited on
Commit
b66eca4
·
1 Parent(s): c416097

no message

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,4 +32,4 @@ def echo(text, request: gr.Request):
32
  output_text_json = json.dumps(output_text)
33
  return output_text_json
34
 
35
- io = gr.Interface(echo, "textbox", "json").launch(share=True)
 
32
  output_text_json = json.dumps(output_text)
33
  return output_text_json
34
 
35
+ io = gr.Interface(echo, "textarea", "json").launch(share=True)