alexnasa commited on
Commit
6a86aaa
·
verified ·
1 Parent(s): f6fd80f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- gr.Markdown("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)), "
 
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)), "