Spaces:
Build error
Build error
SAB03 commited on
Commit ·
8288f12
1
Parent(s): c23e783
fixed typo in app.py
Browse files
app.py
CHANGED
|
@@ -13,6 +13,6 @@ def translate(text):
|
|
| 13 |
iface = gr.Interface(
|
| 14 |
fn=translate,
|
| 15 |
inputs=gr.Textbox(lines=10, placeholder="Enter text to summarize..."),
|
| 16 |
-
|
| 17 |
)
|
| 18 |
iface.launch()
|
|
|
|
| 13 |
iface = gr.Interface(
|
| 14 |
fn=translate,
|
| 15 |
inputs=gr.Textbox(lines=10, placeholder="Enter text to summarize..."),
|
| 16 |
+
outputs="text"
|
| 17 |
)
|
| 18 |
iface.launch()
|