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