Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Saim-11
/
spam_classifier
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Saim-11
commited on
Apr 20
Commit
013c513
·
verified
·
1 Parent(s):
689580f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -34,4 +34,4 @@ interface = gr.Interface(
34
)
35
36
# Launch the Gradio app
37
-
interface.launch()
34
)
35
36
# Launch the Gradio app
37
+
interface.launch(
share=True
)