Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
UniverseTBD
/
astrollama
like
11
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
joshnguyen
commited on
Sep 14, 2023
Commit
ed97a98
·
1 Parent(s):
d81d6d2
change to default port
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -121,4 +121,4 @@ demo = gr.Interface(
121
],
122
)
123
124
-
demo.queue(max_size=20).launch(
server_port=7878
)
121
],
122
)
123
124
+
demo.queue(max_size=20).launch()