mskov commited on
Commit
a435e0c
1 Parent(s): 7454ea7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ with gr.Blocks() as face:
87
  script = gr.Textbox(label="text...")
88
  options = gr.Textbox(label="predictions...")
89
 
90
- transcribe_btn.click(inference, inputs=[audio, promptText, dropChoice, sliderChoice] outputs=[script, options])
91
  examples = gr.Examples(examples=["Sedan, Truck, SUV", "Dalmaion, Shepherd, Lab, Mutt"],
92
  inputs=[options])
93
 
 
87
  script = gr.Textbox(label="text...")
88
  options = gr.Textbox(label="predictions...")
89
 
90
+ transcribe_btn.click(inference, inputs=[audio, promptText, dropChoice, sliderChoice], outputs=[script, options])
91
  examples = gr.Examples(examples=["Sedan, Truck, SUV", "Dalmaion, Shepherd, Lab, Mutt"],
92
  inputs=[options])
93