Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ResembleAI/resemble-enhance
M4xjunior
/
resemble-enhance
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
M4xjunior
commited on
Dec 1, 2024
Commit
506cc6a
·
verified
·
1 Parent(s):
65afc75
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -92,4 +92,4 @@ if __name__ == "__main__":
92
if not USING_SPACES:
93
main()
94
else:
95
-
app.
launch
(
share
=
True
)
92
if not USING_SPACES:
93
main()
94
else:
95
+
app.
queue
(
api_open
=
api
)
.launch()