Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cuio
/
use
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
use
/
a.sh
cuio
Update a.sh
a5bd6ee
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
71 Bytes
#!/bin/bash
# 安装 Flask 和 Requests 包
pip install Flask Requests