mskov commited on
Commit
e6e1040
1 Parent(s): 5ed4d79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -86,8 +86,8 @@ with gr.Blocks() as face:
86
  with gr.Column():
87
  script = gr.Textbox(label="text...")
88
  options = gr.Textbox(label="predictions...")
89
- transcribe_btn.click(inference)
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
 
93
  face.launch()
 
86
  with gr.Column():
87
  script = gr.Textbox(label="text...")
88
  options = gr.Textbox(label="predictions...")
89
+ #transcribe_btn.click(inference)
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
 
93
  face.launch()