Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rifaa
/
interior-model1
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Rifaa
commited on
Jan 17
Commit
6938369
·
verified
·
1 Parent(s):
cb1a157
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -270,4 +270,4 @@ with gr.Blocks() as app:
270
outputs=modified_image
271
)
272
273
-
app.launch(debug=True)
270
outputs=modified_image
271
)
272
273
+
app.launch(debug=True
, share=True
)