Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def pipeline_fn(audio):
|
|
39 |
|
40 |
gr.Interface(
|
41 |
fn=pipeline_fn,
|
42 |
-
inputs=gr.Audio(
|
43 |
outputs=[
|
44 |
gr.Textbox(label="π£οΈ Transcribed Nepali"),
|
45 |
gr.Textbox(label="π Translated English"),
|
|
|
39 |
|
40 |
gr.Interface(
|
41 |
fn=pipeline_fn,
|
42 |
+
inputs=gr.Audio(type="filepath", label="π€ Speak Nepali"), # Corrected input argument
|
43 |
outputs=[
|
44 |
gr.Textbox(label="π£οΈ Transcribed Nepali"),
|
45 |
gr.Textbox(label="π Translated English"),
|