fffiloni commited on
Commit
3e6737b
·
1 Parent(s): 08e974f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -2,7 +2,8 @@ import gradio as gr
2
  from gradio_client import Client
3
 
4
  splt_client = Client("https://fffiloni-splittrack2musicgen.hf.space/")
5
- whisper_client = Client("https://sanchit-gandhi-whisper-jax.hf.space/")
 
6
 
7
  def infer(audio_input):
8
 
 
2
  from gradio_client import Client
3
 
4
  splt_client = Client("https://fffiloni-splittrack2musicgen.hf.space/")
5
+ #whisper_client = Client("https://sanchit-gandhi-whisper-jax.hf.space/")
6
+ whisper_client = Client("https://sanchit-gandhi-whisper-large-v2.hf.space/")
7
 
8
  def infer(audio_input):
9