Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lilkm
/
Text2Cryptopunks
like
3
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Khalil
commited on
Jul 2, 2022
Commit
5d02c46
·
1 Parent(s):
4b3d2bd
fix: remove share and debug in the interface launch function
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -77,4 +77,4 @@ gr.Interface(
77
# allow_flagging=False,
78
# live=False,
79
# verbose=True,
80
-
).launch(
share=True, debug=True
)
77
# allow_flagging=False,
78
# live=False,
79
# verbose=True,
80
+
).launch()