mskov commited on
Commit
eb3e95e
·
1 Parent(s): 9f81930

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -88,7 +88,6 @@ with gr.Blocks() as face:
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
 
94
  face.launch()
 
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
 
93
  face.launch()