fffiloni commited on
Commit
e912c2c
1 Parent(s): b6cece2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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/")