Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AbrorBalxiyev
/
text-classification-nlp
like
0
Running
App
Files
Files
Community
AbrorBalxiyev
commited on
16 days ago
Commit
f45399c
·
verified
·
1 Parent(s):
7581453
add share=True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -28,4 +28,4 @@ iface = gr.Interface(
28
]
29
)
30
31
-
iface.launch()
28
]
29
)
30
31
+
iface.launch(
share=True
)