Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
TencentARC/PhotoMaker-Style
DmitrMakeev
/
PhotoMaker-Style
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DmitrMakeev
commited on
Jan 20, 2024
Commit
e8a8bb3
·
verified
·
1 Parent(s):
8a564e4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -295,4 +295,4 @@ with gr.Blocks(css=css) as demo:
295
296
gr.Markdown(article)
297
298
-
demo.launch()
295
296
gr.Markdown(article)
297
298
+
demo.launch(
debug=True, max_threads=True, share=True, inbrowser=True
)