Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Hexii
/
Neural-Style-Transfer
like
19
Running
App
Files
Files
Community
1
Hexii
commited on
Oct 19, 2022
Commit
a1b4052
•
1 Parent(s):
295a90b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -81,4 +81,4 @@ interface = gr.Interface(fn=style_transfer,
81
)
82
83
84
-
interface.launch()
81
)
82
83
84
+
interface.launch(
inline=False
)