TekeshiX commited on
Commit
7da3a2c
·
verified ·
1 Parent(s): 1c972c2

Update README.md

Browse files

How to use the app?

Install the requirements:
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
pip install -r requirements.txt

Open and use the app:
python app.py

Files changed (1) hide show
  1. README.md +0 -7
README.md CHANGED
@@ -1,7 +0,0 @@
1
- How to use the captioner app?
2
-
3
- #To install the req
4
- pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
5
- pip install -r requirements.txt
6
- #To open and use the app
7
- python app.py