Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
guardiancc
/
flux-ip-face-adapter
like
8
Runtime error
App
Files
Files
Community
2
fountai
commited on
Aug 31, 2024
Commit
63c64d0
·
1 Parent(s):
c9d9a49
fix
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -164,4 +164,4 @@ iface = gr.Interface(
164
outputs="gallery"
165
)
166
167
-
iface.launch(
share=True, debug=True
)
164
outputs="gallery"
165
)
166
167
+
iface.launch()