Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def translate(text):
|
|
| 16 |
|
| 17 |
iface = gr.Interface(
|
| 18 |
fn = translate,
|
| 19 |
-
inputs = gr.inputs.Textbox(lines=10, placeholder=
|
| 20 |
-
outputs=
|
| 21 |
)
|
| 22 |
iface.launch()
|
|
|
|
| 16 |
|
| 17 |
iface = gr.Interface(
|
| 18 |
fn = translate,
|
| 19 |
+
inputs = gr.inputs.Textbox(lines=10, placeholder="Enter text to summarize..."),
|
| 20 |
+
outputs="text"
|
| 21 |
)
|
| 22 |
iface.launch()
|