Nuno-Tome commited on
Commit
38d75fa
·
1 Parent(s): 4a15bd3

no message

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -32,6 +32,5 @@ def echo(text, request: gr.Request):
32
  io = gr.Interface(
33
  fn = echo,
34
  inputs = "textarea",
35
- outputs = "json",
36
- examples = EXAMPLES
37
  ).launch(share=True)
 
32
  io = gr.Interface(
33
  fn = echo,
34
  inputs = "textarea",
35
+ outputs = "json"
 
36
  ).launch(share=True)