kcz358 commited on
Commit
463dfbb
·
verified ·
1 Parent(s): e801e19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -84,9 +84,7 @@ with gr.Blocks() as demo:
84
  gr.Markdown("## 🎙️ Aero-1-Audio")
85
  gr.Markdown(
86
  """
87
- <p align="center" width="100%">
88
- <img src="https://i.postimg.cc/k5Ls32WK/aero-1-audio.png" width="80%" height="80%">
89
- </p>
90
 
91
  Aero-1-Audio is a lightweight audio-language model with only 1.5 billion parameters, trained on 50,000 hours of high-quality audio data. Despite its compact size, it supports a wide range of tasks, such as Automatic Speech Recognition (ASR), Basic Audio Understanding, Audio Instruction Following, and Scene Audio Analysis.
92
 
 
84
  gr.Markdown("## 🎙️ Aero-1-Audio")
85
  gr.Markdown(
86
  """
87
+ ![logo](https://i.postimg.cc/k5Ls32WK/aero-1-audio.png)
 
 
88
 
89
  Aero-1-Audio is a lightweight audio-language model with only 1.5 billion parameters, trained on 50,000 hours of high-quality audio data. Despite its compact size, it supports a wide range of tasks, such as Automatic Speech Recognition (ASR), Basic Audio Understanding, Audio Instruction Following, and Scene Audio Analysis.
90