Spaces:
Paused
Paused
Commit ·
6671abc
1
Parent(s): 4cf6f83
update app.py
Browse files
app.py
CHANGED
|
@@ -11,4 +11,5 @@ iface= gr.Interface(
|
|
| 11 |
fn= summarize,
|
| 12 |
inputs= gr.inputs.Textbox(lines=10, placeholder="please put your text here"),
|
| 13 |
outputs="text"
|
| 14 |
-
)
|
|
|
|
|
|
| 11 |
fn= summarize,
|
| 12 |
inputs= gr.inputs.Textbox(lines=10, placeholder="please put your text here"),
|
| 13 |
outputs="text"
|
| 14 |
+
)
|
| 15 |
+
iface.launch()
|