theArijitDas commited on
Commit
fe24b73
1 Parent(s): af6f7ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,8 +16,8 @@ inputs = [
16
  ]
17
 
18
  outputs = [
19
- gr.components.Textbox(label="Similarity Score"),
20
- gr.components.Textbox(label="Update Label")
21
  ]
22
 
23
  iface = gr.Interface(fn=gradio_interface, inputs=inputs, outputs=outputs, title="Product Update Validator")
 
16
  ]
17
 
18
  outputs = [
19
+ gr.Textbox(label="Similarity Score"),
20
+ gr.Textbox(label="Update Label")
21
  ]
22
 
23
  iface = gr.Interface(fn=gradio_interface, inputs=inputs, outputs=outputs, title="Product Update Validator")