theArijitDas
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ inputs = [
|
|
24 |
|
25 |
outputs = [
|
26 |
gr.Number(label="Similarity Score"),
|
27 |
-
gr.Textbox(label="
|
28 |
]
|
29 |
|
30 |
iface = gr.Interface(
|
|
|
24 |
|
25 |
outputs = [
|
26 |
gr.Number(label="Similarity Score"),
|
27 |
+
gr.Textbox(label="Label")
|
28 |
]
|
29 |
|
30 |
iface = gr.Interface(
|