Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -471,6 +471,7 @@ def update_demo(mode, smart_transcript, edit_word_mode, transcript, edit_from_wo
|
|
471 |
|
472 |
def get_app():
|
473 |
with gr.Blocks() as app:
|
|
|
474 |
gr.Markdown("This is a duplicated space as the original space was broken."
|
475 |
"The description of the license is based of the original github page.")
|
476 |
|
|
|
471 |
|
472 |
def get_app():
|
473 |
with gr.Blocks() as app:
|
474 |
+
gr.Markdown("## VoiceCraft")
|
475 |
gr.Markdown("This is a duplicated space as the original space was broken."
|
476 |
"The description of the license is based of the original github page.")
|
477 |
|