maguid28 commited on
Commit
768ea31
·
verified ·
1 Parent(s): c8b6744

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
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
- 2. Run the application:
 
 
 
 
 
 
 
 
54
  ```sh
55
  python app.py
56
  ```
57
- 3. Open the provided URL in your browser to access the Gradio interface.
 
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.