Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@
|
|
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 |
auth_token = os.getenv("auth_token")
|
7 |
|
|
|
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 |
+
import os
|
6 |
|
7 |
auth_token = os.getenv("auth_token")
|
8 |
|