Commit
·
1c1f49c
1
Parent(s):
b16e6cd
Update app.py
Browse files
app.py
CHANGED
@@ -10,4 +10,4 @@ def summarize(input):
|
|
10 |
|
11 |
gr.close_all()
|
12 |
demo = gr.Interface(fn=summarize, inputs="text", outputs="text")
|
13 |
-
demo.launch(
|
|
|
10 |
|
11 |
gr.close_all()
|
12 |
demo = gr.Interface(fn=summarize, inputs="text", outputs="text")
|
13 |
+
demo.launch()
|