Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sham786
/
flux-inpainting-with-lora
like
2
Running
App
Files
Files
Community
2
jiuface
commited on
Aug 19
Commit
bf6645e
•
1 Parent(s):
8ca9ae0
add share to launch
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -270,4 +270,4 @@ with gr.Blocks() as demo:
270
]
271
)
272
273
-
demo.launch(debug=False, show_error=True)
270
]
271
)
272
273
+
demo.launch(debug=False, show_error=True
, share=True
)