Update app.py
Browse files
app.py
CHANGED
|
@@ -91,6 +91,7 @@ app1 = gr.Interface(
|
|
| 91 |
description=description1
|
| 92 |
)
|
| 93 |
|
|
|
|
| 94 |
app2 = gr.Interface(
|
| 95 |
fn=processAudio,
|
| 96 |
inputs=[gr.Audio(source="microphone", type="filepath",label="Audio Input"),
|
|
|
|
| 91 |
description=description1
|
| 92 |
)
|
| 93 |
|
| 94 |
+
|
| 95 |
app2 = gr.Interface(
|
| 96 |
fn=processAudio,
|
| 97 |
inputs=[gr.Audio(source="microphone", type="filepath",label="Audio Input"),
|