Spaces:
Sleeping
Sleeping
Remove share=True
Browse files
app.py
CHANGED
|
@@ -19,4 +19,4 @@ def summarization(input):
|
|
| 19 |
gr.close_all()
|
| 20 |
|
| 21 |
demo = gr.Interface(fn=summarization, inputs='text', outputs='text')
|
| 22 |
-
demo.launch(
|
|
|
|
| 19 |
gr.close_all()
|
| 20 |
|
| 21 |
demo = gr.Interface(fn=summarization, inputs='text', outputs='text')
|
| 22 |
+
demo.launch()
|