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
adaa358
·
1 Parent(s):
4bfd2c9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -33,4 +33,5 @@ def run(*,port=8877, host=None):
33
)
34
server = uvicorn.Server(config=config)
35
server.run()
36
run()
33
)
34
server = uvicorn.Server(config=config)
35
server.run()
36
+
37
run()