Files changed (1) hide show
  1. app.py +2 -2
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()