Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -471,8 +471,8 @@ 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 |
-
|
476 |
|
477 |
gr.Markdown("## License")
|
478 |
gr.Markdown("The codebase is under CC BY-NC-SA 4.0 ([LICENSE-CODE](./LICENSE-CODE)), "
|
|
|
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 |
|
477 |
gr.Markdown("## License")
|
478 |
gr.Markdown("The codebase is under CC BY-NC-SA 4.0 ([LICENSE-CODE](./LICENSE-CODE)), "
|