Spaces:
Runtime error
Runtime error
jilijeanlouis
commited on
Commit
•
0cce4e4
1
Parent(s):
1c82b7f
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ iface = gr.Interface(
|
|
49 |
),
|
50 |
gr.Textbox(placeholder="english", max_lines=1),
|
51 |
],
|
52 |
-
outputs="
|
53 |
)
|
54 |
|
55 |
iface.launch()
|
|
|
49 |
),
|
50 |
gr.Textbox(placeholder="english", max_lines=1),
|
51 |
],
|
52 |
+
outputs="json"
|
53 |
)
|
54 |
|
55 |
iface.launch()
|