Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mahit
/
DDoS_Attack_Classifier
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Mahit
commited on
Nov 14, 2023
Commit
9152ec0
·
1 Parent(s):
20617a9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -60,4 +60,4 @@ iface=gr.Interface(fn=make,
60
}
61
""")
62
# iface.launch(share=True)
63
-
iface.launch(share=True,debug=False)
60
}
61
""")
62
# iface.launch(share=True)
63
+
iface.launch(share=True,debug=False
,favicon_path='logo.png'
)