Chenzhou commited on
Commit
d66d670
1 Parent(s): 3756aa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  import os
4
  import subprocess
5
  from pytube import YouTube
6
-
7
  pipe = pipeline(model="tilos/whisper-small-zh-HK") # change to "your-username/the-name-you-picked"
8
 
9
  def video2mp3(video_file, output_ext="mp3"):
 
3
  import os
4
  import subprocess
5
  from pytube import YouTube
6
+
7
  pipe = pipeline(model="tilos/whisper-small-zh-HK") # change to "your-username/the-name-you-picked"
8
 
9
  def video2mp3(video_file, output_ext="mp3"):