Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
schoemann
/
vanGogh_in_Kaiserswerth
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
schoemann
commited on
Dec 22, 2022
Commit
7f82873
·
1 Parent(s):
eab26e3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -85,4 +85,4 @@ iface = gr.Interface(fn=stylize,
85
examples=[paris],
86
theme="dark",
87
allow_flagging = "never")
88
-
iface.launch(
share=True
)
85
examples=[paris],
86
theme="dark",
87
allow_flagging = "never")
88
+
iface.launch()