Spaces:
Sleeping
Sleeping
Wynand du Plessis commited on
Commit ·
ee292f1
1
Parent(s): 9546896
Added hugging face config
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Audio Stream Project
|
| 2 |
|
| 3 |
This project is a Gradio-based application that allows users to interact with an AI-powered audio streaming service. It utilizes OpenAI's language models for various tasks, such as speech recognition, text generation, language understanding, and speech generation.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: "Linguini"
|
| 3 |
+
emoji: "🇪🇸"
|
| 4 |
+
colorFrom: "purple"
|
| 5 |
+
colorTo: "gray"
|
| 6 |
+
sdk: "gradio"
|
| 7 |
+
sdk_version: "4.3.72"
|
| 8 |
+
app_file: stream_app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Audio Stream Project
|
| 13 |
|
| 14 |
This project is a Gradio-based application that allows users to interact with an AI-powered audio streaming service. It utilizes OpenAI's language models for various tasks, such as speech recognition, text generation, language understanding, and speech generation.
|