lukecq commited on
Commit
8c4190c
·
verified ·
1 Parent(s): d96f995

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -12
app.py CHANGED
@@ -88,26 +88,20 @@ with gr.Blocks() as demo:
88
  # gr.Markdown(f"Evaluate {model_path1}")
89
  # gr.Markdown("""<p align="center"><img src="images/seal_logo.png" style="height: 80px"/><p>""")
90
  # gr.Image("images/seal_logo.png", elem_id="seal_logo", show_label=False,height=80,show_fullscreen_button=False)
 
91
  gr.Markdown(
92
- """<div style="text-align: center; font-size: 32px; font-weight: bold;">SeaLLMs-Audio ChatBot</div>""",
93
- )
94
-
95
- # Description text
96
- gr.Markdown(
97
- """<div style="text-align: center; font-size: 16px;">
98
- This WebUI is based on SeaLLMs-Audio-7B-Chat, developed by Alibaba DAMO Academy.<br>
99
  You can interact with the chatbot in <b>English, Chinese, Indonesian, Thai, or Vietnamese</b>.<br>
100
- For each round, you can input <b>audio and/or text</b>.
101
- </div>""",
102
- )
103
 
104
  # Links with proper formatting
105
  gr.Markdown(
106
- """<div style="text-align: center; font-size: 16px;">
107
  <a href="https://huggingface.co/SeaLLMs/SeaLLMs-v3-7B-Chat">[Website]</a> &nbsp;
108
  <a href="https://huggingface.co/SeaLLMs/SeaLLMs-v3-7B-Chat">[Model🤗]</a> &nbsp;
109
  <a href="https://github.com/liuchaoqun/SeaLLMs-Audio">[Github]</a>
110
- </div>""",
111
  )
112
 
113
  # gr.Markdown(insturctions)
 
88
  # gr.Markdown(f"Evaluate {model_path1}")
89
  # gr.Markdown("""<p align="center"><img src="images/seal_logo.png" style="height: 80px"/><p>""")
90
  # gr.Image("images/seal_logo.png", elem_id="seal_logo", show_label=False,height=80,show_fullscreen_button=False)
91
+ gr.Markdown("""<center><font size=8>SeaLLMs-Audio Demo</center>""")
92
  gr.Markdown(
93
+ """\
94
+ <center><font size=4>This WebUI is based on SeaLLMs-Audio-7B-Chat, developed by Alibaba DAMO Academy.<br>
 
 
 
 
 
95
  You can interact with the chatbot in <b>English, Chinese, Indonesian, Thai, or Vietnamese</b>.<br>
96
+ For the input, you can input <b>audio and/or text</center>.""")
 
 
97
 
98
  # Links with proper formatting
99
  gr.Markdown(
100
+ """<center><font size=4>
101
  <a href="https://huggingface.co/SeaLLMs/SeaLLMs-v3-7B-Chat">[Website]</a> &nbsp;
102
  <a href="https://huggingface.co/SeaLLMs/SeaLLMs-v3-7B-Chat">[Model🤗]</a> &nbsp;
103
  <a href="https://github.com/liuchaoqun/SeaLLMs-Audio">[Github]</a>
104
+ </center>""",
105
  )
106
 
107
  # gr.Markdown(insturctions)