Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
from gradio_client import Client
|
|
|
3 |
|
4 |
def get_speech(text, voice):
|
5 |
client = Client("https://collabora-whisperspeech.hf.space/")
|
|
|
1 |
import gradio as gr
|
2 |
from gradio_client import Client
|
3 |
+
import traceback
|
4 |
|
5 |
def get_speech(text, voice):
|
6 |
client = Client("https://collabora-whisperspeech.hf.space/")
|