ANYANTUDRE
commited on
Commit
·
cfe3883
1
Parent(s):
775119b
fixed typo in goai_stt_ttt_pipeline
Browse files
app.py
CHANGED
@@ -26,7 +26,6 @@ DESCRIPTION = """<div style="display: flex; justify-content: space-between; alig
|
|
26 |
"""
|
27 |
|
28 |
|
29 |
-
|
30 |
demo = gr.Blocks(theme=gr.themes.Ocean())
|
31 |
|
32 |
goai_traduction_if = gr.Interface(
|
@@ -116,7 +115,7 @@ goai_ttt_tts_pipeline_if = gr.Interface(
|
|
116 |
|
117 |
|
118 |
goai_stt_ttt_pipeline_if = gr.Interface(
|
119 |
-
fn=goai_stt_ttt_pipeline.
|
120 |
inputs=[
|
121 |
gr.Audio(sources=["microphone", "upload"], type="filepath"),
|
122 |
gr.Slider(label="Batch Size", minimum=1, maximum=32, value=8, step=1),
|
|
|
26 |
"""
|
27 |
|
28 |
|
|
|
29 |
demo = gr.Blocks(theme=gr.themes.Ocean())
|
30 |
|
31 |
goai_traduction_if = gr.Interface(
|
|
|
115 |
|
116 |
|
117 |
goai_stt_ttt_pipeline_if = gr.Interface(
|
118 |
+
fn=goai_stt_ttt_pipeline.goai_stt_ttt_pipeline,
|
119 |
inputs=[
|
120 |
gr.Audio(sources=["microphone", "upload"], type="filepath"),
|
121 |
gr.Slider(label="Batch Size", minimum=1, maximum=32, value=8, step=1),
|