Update app.py
Browse files
app.py
CHANGED
|
@@ -12,6 +12,6 @@ def traslate(text):
|
|
| 12 |
|
| 13 |
iface = gr.interface(
|
| 14 |
fn=traslate,
|
| 15 |
-
inputs=gr.
|
| 16 |
)
|
| 17 |
iface.launch()
|
|
|
|
| 12 |
|
| 13 |
iface = gr.interface(
|
| 14 |
fn=traslate,
|
| 15 |
+
inputs=gr.Textbox(lines=10, placeholder="Enter text to summarize here please..."),
|
| 16 |
)
|
| 17 |
iface.launch()
|