Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TNK21
/
Text_summarizer
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
TNK21
commited on
Aug 4, 2023
Commit
5ad2d82
·
1 Parent(s):
bb8a44b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -20,3 +20,5 @@ iface = gr.Interface(
20
21
# Launch the Gradio app
22
iface.launch()
20
21
# Launch the Gradio app
22
iface.launch()
23
+
24
+
iface.close()