abhisheky127 commited on
Commit
b4a31bc
1 Parent(s): ca73361

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -104,7 +104,8 @@ gui = gr.Interface(title=title,
104
  fn=zero_shot,
105
  inputs=[input1, input2],
106
  outputs=[output],
107
- examples=transactions_and_tags)
 
108
 
109
  #display the interface
110
  gui.launch(debug=True)
 
104
  fn=zero_shot,
105
  inputs=[input1, input2],
106
  outputs=[output],
107
+ # examples=transactions_and_tags
108
+ )
109
 
110
  #display the interface
111
  gui.launch(debug=True)