Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,4 +11,4 @@ def summarize(input):
|
|
11 |
|
12 |
gr.close_all()
|
13 |
demo = gr.Interface(fn=summarize, inputs="text", outputs="text")
|
14 |
-
demo.launch(
|
|
|
11 |
|
12 |
gr.close_all()
|
13 |
demo = gr.Interface(fn=summarize, inputs="text", outputs="text")
|
14 |
+
demo.launch()
|