theArijitDas
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,8 @@ inputs = [
|
|
16 |
]
|
17 |
|
18 |
outputs = [
|
19 |
-
gr.
|
20 |
-
gr.
|
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")
|