Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ import gradio as gr
|
|
| 28 |
SAMPLE_RATE = 16000
|
| 29 |
CHUNK_DURATION = 8.0
|
| 30 |
KEYWORDS = ["red", "yellow", "green"]
|
| 31 |
-
HF_TOKEN_E = os.environ.get("
|
| 32 |
|
| 33 |
# -----------------------
|
| 34 |
# Helper utilities
|
|
|
|
| 28 |
SAMPLE_RATE = 16000
|
| 29 |
CHUNK_DURATION = 8.0
|
| 30 |
KEYWORDS = ["red", "yellow", "green"]
|
| 31 |
+
HF_TOKEN_E = os.environ.get("HF_TOKEN_E")
|
| 32 |
|
| 33 |
# -----------------------
|
| 34 |
# Helper utilities
|