Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
subashdvorak
/
trygithubactions
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
subashpoudel
commited on
May 12, 2025
Commit
532849a
·
1 Parent(s):
b891d05
Created start.sh file to deploy in render
Browse files
Files changed (1)
hide
show
start.sh
+2
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
#!/bin/bash
2
+
uvicorn main:app --host 0.0.0.0 --port 10000