Spaces:
Runtime error
Runtime error
Upload with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.3
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
-
|
12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
+
|
2 |
---
|
3 |
+
title: automatic-speech-recognition
|
4 |
+
emoji: 💩
|
5 |
+
colorFrom: indigo
|
6 |
colorTo: indigo
|
7 |
sdk: gradio
|
8 |
sdk_version: 3.3
|
9 |
+
|
10 |
app_file: app.py
|
11 |
pinned: false
|
12 |
---
|
|
|
|
app.py
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
# URL: https://huggingface.co/spaces/gradio/automatic-speech-recognition
|
|
|
|
|
2 |
import gradio as gr
|
3 |
|
4 |
# automatically load the interface from a HF model
|
|
|
1 |
# URL: https://huggingface.co/spaces/gradio/automatic-speech-recognition
|
2 |
+
# DESCRIPTION: Automatic speech recognition in Chinese and English. Uses a tabbed layout to give the user the choice between uploading audio or recording from a microphone.
|
3 |
+
# imports
|
4 |
import gradio as gr
|
5 |
|
6 |
# automatically load the interface from a HF model
|