Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def process_text(input_text):
|
|
| 37 |
demo = gr.Blocks()
|
| 38 |
|
| 39 |
with demo:
|
| 40 |
-
audio = gr.Audio(type="filepath")
|
| 41 |
text1 = gr.Textbox()
|
| 42 |
text2 = gr.Textbox()
|
| 43 |
|
|
|
|
| 37 |
demo = gr.Blocks()
|
| 38 |
|
| 39 |
with demo:
|
| 40 |
+
audio = gr.Audio(source="microphone", type="filepath")
|
| 41 |
text1 = gr.Textbox()
|
| 42 |
text2 = gr.Textbox()
|
| 43 |
|