johann22 commited on
Commit
a43a5cc
·
verified ·
1 Parent(s): 54454fb

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 yt_dlp
4
  import uuid
5
  import whisper_diarization_main
6
- os.system("pip install Cython")
7
  def dl(inp,img=None):
8
  uid=uuid.uuid4()
9
  fps="Error"
 
3
  import yt_dlp
4
  import uuid
5
  import whisper_diarization_main
6
+ #os.system("pip install Cython")
7
  def dl(inp,img=None):
8
  uid=uuid.uuid4()
9
  fps="Error"