Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
EsoCode
/
astrobots
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
EsoCode
commited on
Jun 23, 2023
Commit
ac9c529
·
1 Parent(s):
2defcc3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -133,4 +133,4 @@ with gr.Blocks(css=css) as demo:
133
134
135
demo.queue(concurrency_count=10)
136
-
demo.launch(height='800px)
133
134
135
demo.queue(concurrency_count=10)
136
+
demo.launch(height='800px
'
)