wangrongsheng commited on
Commit
66d7075
·
verified ·
1 Parent(s): 2f02ac4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -14
app.py CHANGED
@@ -27,20 +27,20 @@ def toggle_speech_options(enable_speech):
27
  return gr.update(visible=enable_speech)
28
 
29
  with gr.Blocks(theme=style) as battle_page:
30
- gr.Markdown("""
31
- <div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
32
- Medical Sora Demo Space🤗
33
- </div>
34
- <div style="text-align: center;">
35
- <a href="">📜 arxiv </a> |
36
- <a href="">🤗 Model Hub</a> |
37
- <a href="">🌐 Github</a> |
38
- <a href="">📦 Dataset</a>
39
- </div>
40
- <div style="text-align: center; font-size: 15px; font-weight: bold; color: red; margin-bottom: 20px;">
41
- ⚠️ This demo is for academic research and experiential use only.
42
- </div>
43
- """)
44
 
45
  title_markdown = """
46
  ## 📃How to use it?
 
27
  return gr.update(visible=enable_speech)
28
 
29
  with gr.Blocks(theme=style) as battle_page:
30
+ # gr.Markdown("""
31
+ # <div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
32
+ # Medical Sora Demo Space🤗
33
+ # </div>
34
+ # <div style="text-align: center;">
35
+ # <a href="">📜 arxiv </a> |
36
+ # <a href="">🤗 Model Hub</a> |
37
+ # <a href="">🌐 Github</a> |
38
+ # <a href="">📦 Dataset</a>
39
+ # </div>
40
+ # <div style="text-align: center; font-size: 15px; font-weight: bold; color: red; margin-bottom: 20px;">
41
+ # ⚠️ This demo is for academic research and experiential use only.
42
+ # </div>
43
+ # """)
44
 
45
  title_markdown = """
46
  ## 📃How to use it?