aliabd HF Staff commited on
Commit
03b911c
·
1 Parent(s): 37f640c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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