Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
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?
|