Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
KJMAN678
/
text_generate
like
5
Runtime error
App
Files
Files
Community
2643f64
text_generate
/
command.txt
KJMAN678
first commit
bba3c8d
almost 3 years ago
raw
Copy download link
history
blame
No virus
275 Bytes
## ローカル実行用のコマンド
## pip のアップグレード
python -m pip install --upgrade pip
## requirements.txt からパッケージをインストール
pip install -r requirements.txt
## ローカルサーバーの立上げ
streamlit run app.py