Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -268,7 +268,7 @@ RVC TTS → [🌐 Github](https://github.com/Blane187/rvc-tts.git)
|
|
268 |
|
269 |
"""
|
270 |
|
271 |
-
app = gr.Blocks(
|
272 |
with app:
|
273 |
gr.Markdown(initial_md)
|
274 |
gr.Markdown(Another_md)
|
|
|
268 |
|
269 |
"""
|
270 |
|
271 |
+
app = gr.Blocks(title="RVC-TTS")
|
272 |
with app:
|
273 |
gr.Markdown(initial_md)
|
274 |
gr.Markdown(Another_md)
|