Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kmack
/
malicious-url-detection
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kmack
commited on
Apr 26, 2024
Commit
ae94917
·
verified
·
1 Parent(s):
c7861e5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -49,4 +49,4 @@ demo = gr.Interface(
49
allow_flagging='never'
50
)
51
52
-
demo.launch(
share=True
)
49
allow_flagging='never'
50
)
51
52
+
demo.launch()