Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sdpetrides
/
MNIST-Generator
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sdpetrides
commited on
Feb 23, 2023
Commit
5bed0b1
·
1 Parent(s):
776028d
Update app.py to remove share from gradio demo
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -75,4 +75,4 @@ demo = gr.Interface(
75
],
76
outputs="image",
77
)
78
-
demo.launch(
share=True
)
75
],
76
outputs="image",
77
)
78
+
demo.launch()