Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
onlineformapro
/
anydoor
like
0
Paused
App
Files
Files
Fetching metadata from the HF Docker repository...
M4K4R
commited on
Jan 12, 2024
Commit
e2990e5
·
verified
·
1 Parent(s):
26175c0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-2
app.py
CHANGED
Viewed
@@ -303,5 +303,6 @@ with demo:
303
],
304
outputs=[baseline_gallery]
305
)
306
-
307
-
demo.launch()
303
],
304
outputs=[baseline_gallery]
305
)
306
+
307
+
if __name__ == "__main__":
308
+
demo.launch()