Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
SpacesExamples/fastapi_dummy
JR818
/
JarvisFastAPI
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jiarongqiu
commited on
Mar 19, 2024
Commit
5e8c185
·
1 Parent(s):
0a051f2
fix
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -16,7 +16,7 @@ app.add_middleware(
16
)
17
18
scheduler = Scheduler()
19
-
scheduler.
start
()
20
21
22
16
)
17
18
scheduler = Scheduler()
19
+
scheduler.
run
()
20
21
22