Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AnkitPatil
/
Zero-Shot_Text_Classification
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AnkitPatil
commited on
Jan 8, 2024
Commit
3e93e01
·
1 Parent(s):
c03d1b8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -15,4 +15,4 @@ iface = gr.Interface(
15
)
16
17
# Launch the Gradio interface
18
-
iface.launch()
15
)
16
17
# Launch the Gradio interface
18
+
iface.launch(
share=True
)