m96tkmok commited on
Commit
d5580a8
·
verified ·
1 Parent(s): 5e44f12

Update app.py

Browse files

Add update in Youtube Transcribe section.

Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -143,11 +143,13 @@ yt_transcribe = gr.Interface(
143
  ],
144
  outputs=["html", "text"],
145
  title="Whisper Large V3 Turbo: Transcribe YouTube",
146
- gr.Markdown("Update: Currently Youtube cookie from is required, which caused error when running in Hugging Face Space. Please download app.py to run locally.")
 
 
 
 
147
  description=(
148
- "Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
149
- f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe video files of"
150
- " arbitrary length."
151
  ),
152
  allow_flagging="never",
153
  )
 
143
  ],
144
  outputs=["html", "text"],
145
  title="Whisper Large V3 Turbo: Transcribe YouTube",
146
+ #description=(
147
+ # "Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
148
+ # f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe video files of"
149
+ # " arbitrary length."
150
+ #),
151
  description=(
152
+ "[Update] Error encountered when running in Hugging Face Space, please download to run locally instead."
 
 
153
  ),
154
  allow_flagging="never",
155
  )