Spaces:
Paused
Paused
Update app.py
Browse files
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 |
|