Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,8 +62,8 @@ gui = gr.Interface(title=title,
|
|
| 62 |
description=description,
|
| 63 |
fn=zero_shot,
|
| 64 |
inputs=[input1, input2, audio],
|
| 65 |
-
outputs=[output]
|
| 66 |
-
examples=examples)
|
| 67 |
|
| 68 |
#display the interface
|
| 69 |
gui.launch()
|
|
|
|
| 62 |
description=description,
|
| 63 |
fn=zero_shot,
|
| 64 |
inputs=[input1, input2, audio],
|
| 65 |
+
outputs=[output])
|
| 66 |
+
#examples=examples)
|
| 67 |
|
| 68 |
#display the interface
|
| 69 |
gui.launch()
|