Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks() as face:
|
|
99 |
#options = gr.Radio(choices=["One", "Two", "Three", "Four", "Five"])
|
100 |
latestConvo = gr.Textbox(label="Running conversation")
|
101 |
#transcribe_btn.click(inference)
|
102 |
-
transcribe_btn.click(fn=inference, inputs=[audio, promptText, dropChoice, sliderChoice, convoState], outputs=[script,
|
103 |
#examples = gr.Examples(examples=["Sedan, Truck, SUV", "Dalmaion, Shepherd, Lab, Mutt"], inputs=[options])
|
104 |
|
105 |
|
|
|
99 |
#options = gr.Radio(choices=["One", "Two", "Three", "Four", "Five"])
|
100 |
latestConvo = gr.Textbox(label="Running conversation")
|
101 |
#transcribe_btn.click(inference)
|
102 |
+
transcribe_btn.click(fn=inference, inputs=[audio, promptText, dropChoice, sliderChoice, convoState], outputs=[script, options, latestConvo])
|
103 |
#examples = gr.Examples(examples=["Sedan, Truck, SUV", "Dalmaion, Shepherd, Lab, Mutt"], inputs=[options])
|
104 |
|
105 |
|