Spaces:
Running
Running
Commit
·
3049727
1
Parent(s):
e311fb4
Add Hugging Face Spaces config block to README
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Voxtral
|
2 |
|
3 |
**Multimodal chatbot and audio transcription web app powered by Gradio and Mistral API.**
|
@@ -53,4 +66,3 @@
|
|
53 |
MIT
|
54 |
|
55 |
---
|
56 |
-
>>>>>>> 579ee35 (Initial commit)
|
|
|
1 |
+
---
|
2 |
+
title: Voxtral
|
3 |
+
emoji: ⚡
|
4 |
+
colorFrom: gray
|
5 |
+
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 5.38.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: apache-2.0
|
11 |
+
short_description: Chat and transcribe audio files with AI, powered by Voxtral.
|
12 |
+
---
|
13 |
+
|
14 |
# Voxtral
|
15 |
|
16 |
**Multimodal chatbot and audio transcription web app powered by Gradio and Mistral API.**
|
|
|
66 |
MIT
|
67 |
|
68 |
---
|
|