Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mginoben
/
tagalog-profanity-classification
like
2
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
mginoben
commited on
Apr 14, 2023
Commit
2f2fa7a
·
1 Parent(s):
2f2384f
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -170,4 +170,4 @@ demo = gr.Interface(
170
'Uy gago laptrip yung nangyare samen kanina HAHAHA😂😂'],
171
)
172
173
-
demo.launch()
170
'Uy gago laptrip yung nangyare samen kanina HAHAHA😂😂'],
171
)
172
173
+
demo.launch(
debug=True, share=True
)