Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ with main_api as demo:
|
|
69 |
transcription = gr.Textbox(label='μ§κΈ μ΄μ½κ° νλ λ§μ...')
|
70 |
b1 = gr.Button("κ°μμ§ μΈμ΄ λ²μ!")
|
71 |
|
72 |
-
b1.click(gaepago_fn, inputs=audio, outputs=transcription)
|
73 |
examples = gr.Examples(examples=example_list, inputs=[audio])
|
74 |
|
75 |
demo.launch()
|
|
|
69 |
transcription = gr.Textbox(label='μ§κΈ μ΄μ½κ° νλ λ§μ...')
|
70 |
b1 = gr.Button("κ°μμ§ μΈμ΄ λ²μ!")
|
71 |
|
72 |
+
b1.click(gaepago_fn, inputs=audio, outputs=transcription,api_name="predict")
|
73 |
examples = gr.Examples(examples=example_list, inputs=[audio])
|
74 |
|
75 |
demo.launch()
|