Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Legola
/
StyleGAN
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Legola
commited on
May 19, 2023
Commit
e4df650
·
1 Parent(s):
aec593a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -160,5 +160,5 @@ demo = gr.Interface(
160
)
161
162
# Launch the Gradio interface
163
-
demo.launch(debug=True
, share=True
)
164
160
)
161
162
# Launch the Gradio interface
163
+
demo.launch(debug=True)
164