kadirnar commited on
Commit
109fe8d
ยท
verified ยท
1 Parent(s): 87fccdf

Update app.py

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