Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Superlang
/
ImageComposition
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Superlang
commited on
Jun 28, 2023
Commit
072d29a
·
1 Parent(s):
72ae2c1
remove
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -54,4 +54,4 @@ with block:
54
inputs=[input_image, bg_image] + input_append,
55
outputs=[gallery])
56
57
-
block.launch(
server_port=7867
)
54
inputs=[input_image, bg_image] + input_append,
55
outputs=[gallery])
56
57
+
block.launch()