Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ with gr.Blocks() as demo:
|
|
72 |
,value="fa-IR",label="language code")
|
73 |
]
|
74 |
output_transcribe1 = gr.Textbox(label="output")
|
75 |
-
|
76 |
|
77 |
transcribe_audio1_fa.click(fn=predict_fa,
|
78 |
inputs=[inputs_speech_fa ,inputs_model_fa ],
|
|
|
72 |
,value="fa-IR",label="language code")
|
73 |
]
|
74 |
output_transcribe1 = gr.Textbox(label="output")
|
75 |
+
transcribe_audio1_go= gr.Button("Submit")
|
76 |
|
77 |
transcribe_audio1_fa.click(fn=predict_fa,
|
78 |
inputs=[inputs_speech_fa ,inputs_model_fa ],
|