Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
flava
/
neural-style-transfer
like
2
Runtime error
App
Files
Files
Community
1
aps
commited on
May 25, 2022
Commit
d99e0ff
•
1 Parent(s):
657fc3f
Remove share=True
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -101,4 +101,4 @@ if __name__ == "__main__":
101
article=article,
102
examples=examples
103
)
104
-
demo.launch(
share=True
)
101
article=article,
102
examples=examples
103
)
104
+
demo.launch()