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
Mar 6, 2023
Commit
b862f6c
·
1 Parent(s):
9cb3eae
Made application public
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -157,4 +157,4 @@ demo = gr.Interface(
157
flagging_options=['Good bot', 'Bad bot']
158
)
159
160
-
demo.launch(
share=True
)
157
flagging_options=['Good bot', 'Bad bot']
158
)
159
160
+
demo.launch()