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