Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def save_audio_text(audio, text):
|
|
73 |
# Define the Gradio interface
|
74 |
with gr.Interface(
|
75 |
fn=save_audio_text,
|
76 |
-
inputs=[gr.Audio(sources=["microphone","upload"], type="filepath"),
|
77 |
gr.Textbox(label="Current Line")],
|
78 |
outputs=gr.Textbox(label="Next Line")
|
79 |
) as iface:
|
|
|
73 |
# Define the Gradio interface
|
74 |
with gr.Interface(
|
75 |
fn=save_audio_text,
|
76 |
+
inputs=[gr.Audio(sources=["microphone","upload"], type="filepath"),
|
77 |
gr.Textbox(label="Current Line")],
|
78 |
outputs=gr.Textbox(label="Next Line")
|
79 |
) as iface:
|