Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
chrisjay
/
mnist-adversarial
like
10
Runtime error
App
Files
Files
Community
chrisjay
commited on
Jul 11, 2022
Commit
010f927
•
1 Parent(s):
6edabfe
removed share=TrueE
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -551,7 +551,7 @@ def main():
551
552
553
554
-
block.launch(
share=True
)
555
556
557
551
552
553
554
+
block.launch()
555
556
557