Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ariansyahdedy
/
chat
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
be9a762
chat
/
start.sh
ariansyahdedy
Initial commit
6980de8
2 months ago
raw
Copy download link
history
blame
Safe
113 Bytes
#!/bin/bash
# Print all environment variables
env
# Start Hypercorn
hypercorn app.main:app --
bind
0.0.0.0:
$PORT