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