Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -268,13 +268,7 @@ with gr.Blocks(title="๐ฎ Genshin Voice TTS", theme=gr.themes.Soft(), css="""
|
|
268 |
type="numpy",
|
269 |
interactive=False
|
270 |
)
|
271 |
-
|
272 |
-
# Model info
|
273 |
-
if model:
|
274 |
-
gr.Markdown("**Status:** โ
Model loaded successfully")
|
275 |
-
else:
|
276 |
-
gr.Markdown("**Status:** โ Model failed to load")
|
277 |
-
|
278 |
# Example texts
|
279 |
gr.Markdown("### ๐ Example Texts")
|
280 |
with gr.Row():
|
|
|
268 |
type="numpy",
|
269 |
interactive=False
|
270 |
)
|
271 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
272 |
# Example texts
|
273 |
gr.Markdown("### ๐ Example Texts")
|
274 |
with gr.Row():
|