Add metadata block to README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# MyIVR: Audio Transcription and Summarization
|
2 |
|
3 |
This Space provides a simple web-based interface to upload audio files, transcribe them into text, and generate a summarized version of the transcription.
|
@@ -29,5 +40,3 @@ Visit the deployed app at the following link:
|
|
29 |
[MyIVR on Hugging Face Spaces](https://huggingface.co/spaces/JabriA/MyIVR)
|
30 |
|
31 |
Upload an audio file, and the app will process it to provide a transcription and summary.
|
32 |
-
|
33 |
-
---
|
|
|
1 |
+
---
|
2 |
+
title: MyIVR
|
3 |
+
emoji: 🎧
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: blue
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "3.40.1"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# MyIVR: Audio Transcription and Summarization
|
13 |
|
14 |
This Space provides a simple web-based interface to upload audio files, transcribe them into text, and generate a summarized version of the transcription.
|
|
|
40 |
[MyIVR on Hugging Face Spaces](https://huggingface.co/spaces/JabriA/MyIVR)
|
41 |
|
42 |
Upload an audio file, and the app will process it to provide a transcription and summary.
|
|
|
|