Spaces:
Runtime error
Runtime error
Commit
·
388e3c1
1
Parent(s):
858fde6
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ gr.Interface(
|
|
20 |
gr.inputs.Textbox(lines=1, placeholder="Enter text",)
|
21 |
],
|
22 |
theme="grass",
|
23 |
-
outputs=
|
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 |
],
|