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
4bfd2c9
·
1 Parent(s):
c24f025
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -33,4 +33,4 @@ 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
+
run()