Maximofn commited on
Commit
b647c9b
1 Parent(s): ee6644d

Add whisperx to requirements.txt

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +4 -4
app.py CHANGED
@@ -441,7 +441,7 @@ import argparse
441
  def subtify():
442
  with gr.Blocks() as demo:
443
  # Layout
444
- gr.Markdown("""# Subtify""")
445
  # with gr.Row(variant="panel"):
446
  # url_textbox = gr.Textbox(placeholder="Add video URL here", label="Video URL", elem_id="video_url", scale=1, interactive=True)
447
  # copy_button = gr.Button(size="sm", icon="icons/copy.svg", value="", min_width="10px", scale=0)
 
441
  def subtify():
442
  with gr.Blocks() as demo:
443
  # Layout
444
+ gr.Markdown("""# Subtify2""")
445
  # with gr.Row(variant="panel"):
446
  # url_textbox = gr.Textbox(placeholder="Add video URL here", label="Video URL", elem_id="video_url", scale=1, interactive=True)
447
  # copy_button = gr.Button(size="sm", icon="icons/copy.svg", value="", min_width="10px", scale=0)
requirements.txt CHANGED
@@ -15,10 +15,10 @@ twitch-dl
15
  # rotary-embedding-torch
16
  # transformers
17
 
18
- # # Trascribe audios
19
- # # git+https://github.com/openai/whisper.git
20
- # git+https://github.com/m-bain/whisperx.git
21
- # pyannote.audio
22
 
23
  # # Translate
24
  # protobuf
 
15
  # rotary-embedding-torch
16
  # transformers
17
 
18
+ # Trascribe audios
19
+ # git+https://github.com/openai/whisper.git
20
+ git+https://github.com/m-bain/whisperx.git
21
+ pyannote.audio
22
 
23
  # # Translate
24
  # protobuf