Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ping9gu
/
my-diary
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
my-diary
/
backend
/
run_server.sh
Ping9gu
Initial commit
8b7b432
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
90 Bytes
#!/bin/bash
screen -S diary-server -dm bash -c
'
source venv/bin/activate
python app.py
'