Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sellibro
/
MalwareDetection_DeepLearning
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sellibro
commited on
May 3, 2022
Commit
da0074f
·
1 Parent(s):
a1ac6cf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -93,4 +93,4 @@ iface = gr.Interface(
93
94
)
95
96
-
iface.launch()
93
94
)
95
96
+
iface.launch(
enable_queue = True
)