Spaces:
Running
Running
Upload README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Qwen2 Audio Demo
|
| 2 |
|
| 3 |
This is a Hugging Face Space demo for the Qwen2-Audio-7B model. The app allows users to upload audio files and get AI-generated descriptions or answers to specific questions about the audio content.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Qwen2 Audio Demo
|
| 3 |
+
emoji: 🎵
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "4.0.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Qwen2 Audio Demo
|
| 13 |
|
| 14 |
This is a Hugging Face Space demo for the Qwen2-Audio-7B model. The app allows users to upload audio files and get AI-generated descriptions or answers to specific questions about the audio content.
|