Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JohnKouf
/
greek_text_summarization
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
JohnKouf
commited on
Nov 12, 2024
Commit
112e64a
·
verified
·
1 Parent(s):
55bb727
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -17,4 +17,4 @@ iface = gr.Interface(
17
)
18
19
# Launch the Gradio interface
20
-
iface.launch()
17
)
18
19
# Launch the Gradio interface
20
+
iface.launch(
share=True
)