Spaces:
Sleeping
Sleeping
stevenhillis
commited on
Commit
•
60bea2a
1
Parent(s):
6a6023c
more imports
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ import urllib
|
|
6 |
|
7 |
import gradio as gr
|
8 |
import numpy as np
|
|
|
9 |
|
10 |
|
11 |
base_url = "https://api.sandbox.deepgram.com/nlu"
|
|
|
6 |
|
7 |
import gradio as gr
|
8 |
import numpy as np
|
9 |
+
from scipy.io import wavfile
|
10 |
|
11 |
|
12 |
base_url = "https://api.sandbox.deepgram.com/nlu"
|