Antoine245 commited on
Commit
388e3c1
·
1 Parent(s): 858fde6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ gr.Interface(
20
  gr.inputs.Textbox(lines=1, placeholder="Enter text",)
21
  ],
22
  theme="grass",
23
- outputs=None,
24
  examples=[
25
  ["My name is Antoine",],
26
  ],
 
20
  gr.inputs.Textbox(lines=1, placeholder="Enter text",)
21
  ],
22
  theme="grass",
23
+ outputs=gr.Textbox(),
24
  examples=[
25
  ["My name is Antoine",],
26
  ],