Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
maartenbreddels
/
solara-test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
maartenbreddels
commited on
Nov 23, 2022
Commit
2f541b1
·
1 Parent(s):
e9312ba
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -36,4 +36,4 @@ def run(*,port=8877, host=None):
36
server.run()
37
38
print("just run!")
39
-
run()
36
server.run()
37
38
print("just run!")
39
+
run(
port=7860
)