invincible-jha
commited on
Commit
•
363bda3
1
Parent(s):
76e6038
Upload app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ if not load_models():
|
|
163 |
demo = gr.Interface(
|
164 |
fn=analyze_audio,
|
165 |
inputs=gr.Audio(
|
166 |
-
|
167 |
type="filepath",
|
168 |
label="Audio Input"
|
169 |
),
|
|
|
163 |
demo = gr.Interface(
|
164 |
fn=analyze_audio,
|
165 |
inputs=gr.Audio(
|
166 |
+
sources=["microphone", "upload"],
|
167 |
type="filepath",
|
168 |
label="Audio Input"
|
169 |
),
|