Update README.md
Browse filesHow 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
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|