Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pranjal2041
/
SemSup-XC
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Pranjal2041
commited on
Dec 20, 2022
Commit
2034b44
·
1 Parent(s):
83b26c3
Update App.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -201,4 +201,4 @@ with gr.Blocks(css="#warning {height: 100%}") as demo:
201
202
203
if __name__ == '__main__':
204
-
demo.launch(share =
True
)
201
202
203
if __name__ == '__main__':
204
+
demo.launch(share =
False
)