Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Leiyan525
/
visual_language_demo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Leiyan525
commited on
Sep 8, 2023
Commit
931063c
·
1 Parent(s):
e9cf11d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -87,5 +87,5 @@ with gr.Blocks() as demo:
87
88
89
if __name__ == "__main__":
90
-
demo.queue().launch(
share = True
)
91
87
88
89
if __name__ == "__main__":
90
+
demo.queue().launch()
91