Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ def translate(text):
|
|
| 12 |
|
| 13 |
iface = gr.Interface(
|
| 14 |
fn=translate,
|
| 15 |
-
inputs=gr.
|
| 16 |
outputs="text"
|
| 17 |
)
|
| 18 |
|
|
|
|
| 12 |
|
| 13 |
iface = gr.Interface(
|
| 14 |
fn=translate,
|
| 15 |
+
inputs=gr.Textbox(lines=10, placeholder="Enter text to summarize..."),
|
| 16 |
outputs="text"
|
| 17 |
)
|
| 18 |
|