Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -317,8 +317,8 @@ Input text ➡[(edge-tts)](https://github.com/rany2/edge-tts)➡ Speech mp3 file
|
|
317 |
|
318 |
app = gr.Blocks(theme="Hev832/emerald", title="RVC-TTS")
|
319 |
with app:
|
320 |
-
with gr.Tab('inference tts'):
|
321 |
gr.Markdown(initial_md)
|
|
|
322 |
with gr.Row():
|
323 |
with gr.Column():
|
324 |
model_name = gr.Dropdown(label="Model", choices=models, value=models[0])
|
|
|
317 |
|
318 |
app = gr.Blocks(theme="Hev832/emerald", title="RVC-TTS")
|
319 |
with app:
|
|
|
320 |
gr.Markdown(initial_md)
|
321 |
+
with gr.Tab('inference tts'):
|
322 |
with gr.Row():
|
323 |
with gr.Column():
|
324 |
model_name = gr.Dropdown(label="Model", choices=models, value=models[0])
|