Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
masoudpz
/
cfa_mvtec_test
like
0
Sleeping
App
Files
Files
Community
masoudpz
commited on
Jun 8, 2023
Commit
d16f83e
•
1 Parent(s):
3ab2153
Change gradio share flag
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -117,4 +117,4 @@ if __name__ == "__main__":
117
allow_flagging="never",
118
)
119
120
-
interface.launch(share=
True
)
117
allow_flagging="never",
118
)
119
120
+
interface.launch(share=
False
)