Nuno-Tome commited on
Commit
a529904
Β·
1 Parent(s): ca2b37a

no message

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,4 +20,4 @@ def request(text):
20
  return result
21
 
22
 
23
- io = gr.Interface(request, "textbox", "json")
 
20
  return result
21
 
22
 
23
+ io = gr.Interface(request, "textbox", "textbox")