Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,4 +18,5 @@ demo = gr.Interface(
|
|
18 |
description="This chatbot takes a long text as input and returns a summary."
|
19 |
)
|
20 |
|
|
|
21 |
demo.launch()
|
|
|
18 |
description="This chatbot takes a long text as input and returns a summary."
|
19 |
)
|
20 |
|
21 |
+
|
22 |
demo.launch()
|