Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vivym
/
dice-image
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
vivym
commited on
Dec 14, 2022
Commit
cfb3699
·
1 Parent(s):
ee4b107
remove share
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -123,7 +123,7 @@ def main():
123
],
124
)
125
126
-
app.launch(
share=True
)
127
128
129
if __name__ == "__main__":
123
],
124
)
125
126
+
app.launch()
127
128
129
if __name__ == "__main__":