Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zionia
/
phishing-email-detector-project
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
zionia
commited on
May 17
Commit
2042018
·
verified
·
1 Parent(s):
ecf6096
launch
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -139,3 +139,5 @@ app = gr.Interface(
139
examples=examples,
140
theme="citrus"
141
)
139
examples=examples,
140
theme="citrus"
141
)
142
+
143
+
app.launch()