Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def tts(text: str):
|
|
23 |
return result
|
24 |
except Exception as e:
|
25 |
print(e)
|
26 |
-
raise gr.Error(
|
27 |
|
28 |
iface = gr.Interface(
|
29 |
fn=tts,
|
|
|
23 |
return result
|
24 |
except Exception as e:
|
25 |
print(e)
|
26 |
+
raise gr.Error(e)
|
27 |
|
28 |
iface = gr.Interface(
|
29 |
fn=tts,
|