Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hieupt
/
image_style_transfer
like
6
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hieupt
commited on
Jun 13, 2023
Commit
a5b1479
·
1 Parent(s):
7c4166f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -71,4 +71,4 @@ demo = gr.Interface(fn=transfer, # mapping function from input to output
71
article=article)
72
73
# Launch the demo!
74
-
demo.launch()
71
article=article)
72
73
# Launch the demo!
74
+
demo.launch(
debug=True
)