Commit
·
b4a31bc
1
Parent(s):
ca73361
Update app.py
Browse files
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)
|