Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -50,8 +50,16 @@ This is a tool to fetch transcripts for YouTube videos. It attempts to retrieve
|
|
| 50 |
```sh
|
| 51 |
pip install gradio yt-dlp torch transformers youtube_transcript_api
|
| 52 |
```
|
| 53 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
```sh
|
| 55 |
python app.py
|
| 56 |
```
|
| 57 |
-
|
|
|
|
| 50 |
```sh
|
| 51 |
pip install gradio yt-dlp torch transformers youtube_transcript_api
|
| 52 |
```
|
| 53 |
+
|
| 54 |
+
or
|
| 55 |
+
|
| 56 |
+
```sh
|
| 57 |
+
pip install -r requirements.txt
|
| 58 |
+
```
|
| 59 |
+
|
| 60 |
+
|
| 61 |
+
3. Run the application:
|
| 62 |
```sh
|
| 63 |
python app.py
|
| 64 |
```
|
| 65 |
+
4. Open the provided URL in your browser to access the Gradio interface.
|