Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -65,12 +65,7 @@ class TaDiCodecTTSDemo:
|
|
65 |
return None, "Demo mode - TaDiCodec model not available. Please install the required models."
|
66 |
|
67 |
except Exception as e:
|
68 |
-
return None, f"Error
|
69 |
-
Speaker 1: Absolutely, it’s something I’ve been passionate about for a while.
|
70 |
-
Speaker 0: Maybe we can start with a quick introduction—can you tell our listeners a bit about your background?
|
71 |
-
Speaker 1: Of course! I started working in this field about ten years ago, and since then I've been exploring how technology can shape the way we live and connect.
|
72 |
-
Speaker 0: That’s fascinating. What first inspired you to get into this area?
|
73 |
-
Speaker 1: Honestly, curiosity. I’ve always loved solving problems, and I realized early on that innovation often comes from asking the right questions. synthesis: {str(e)}"
|
74 |
|
75 |
# Initialize the demo
|
76 |
demo_instance = TaDiCodecTTSDemo()
|
|
|
65 |
return None, "Demo mode - TaDiCodec model not available. Please install the required models."
|
66 |
|
67 |
except Exception as e:
|
68 |
+
return None, f"Error during synthesis: {str(e)}"
|
|
|
|
|
|
|
|
|
|
|
69 |
|
70 |
# Initialize the demo
|
71 |
demo_instance = TaDiCodecTTSDemo()
|