Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aifeifei798
/
allinone-DarkIdol-flux
like
3
Running
on
Zero
App
Files
Files
Fetching metadata from the HF Docker repository...
aifeifei798
commited on
Dec 12, 2024
Commit
cfe3d92
·
verified
·
1 Parent(s):
56f44d1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -2,4 +2,4 @@ from feifeiui.feifeiui import create_ui
2
3
if __name__ == "__main__":
4
FeiFei = create_ui()
5
-
FeiFei.queue().launch(
ssr_mode = False
)
2
3
if __name__ == "__main__":
4
FeiFei = create_ui()
5
+
FeiFei.queue().launch()