Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
keras-io
/
WGAN-GP
like
1
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
IMvision12
commited on
Jun 9, 2022
Commit
4644430
·
1 Parent(s):
82de442
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -45,4 +45,4 @@ iface = gr.Interface(
45
article = article
46
)
47
48
-
iface.launch()
45
article = article
46
)
47
48
+
iface.launch(
share=True
)