Spaces:
Runtime error
Runtime error
devopsmarc
commited on
Commit
·
e70c57d
1
Parent(s):
6f0b648
Setting demo.launch to strict
Browse files
app.py
CHANGED
@@ -17,4 +17,4 @@ def summarize(input):
|
|
17 |
|
18 |
gr.close_all()
|
19 |
demo = gr.Interface(fn=summarize, inputs="text", outputs="text")
|
20 |
-
demo.launch(
|
|
|
17 |
|
18 |
gr.close_all()
|
19 |
demo = gr.Interface(fn=summarize, inputs="text", outputs="text")
|
20 |
+
demo.launch()
|