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:
zahraa12355
/
api_doc_reader
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
zahraa12355
commited on
Feb 9
Commit
4ab92d5
·
verified
·
1 Parent(s):
4b1b943
Create app.sh
Browse files
Files changed (1)
hide
show
app.sh
+2
-0
app.sh
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
#!/bin/bash
2
+
uvicorn app:app --host 0.0.0.0 --port 7860