Update app.py
Browse files
app.py
CHANGED
@@ -16,6 +16,7 @@ gradio_ui = gr.Interface(
|
|
16 |
],
|
17 |
outputs=[
|
18 |
gr.outputs.Textbox(label="Label"),
|
|
|
19 |
gr.outputs.Textbox(label="Score"),
|
20 |
],
|
21 |
examples=[
|
|
|
16 |
],
|
17 |
outputs=[
|
18 |
gr.outputs.Textbox(label="Label"),
|
19 |
+
gr.outputs.Textbox(label="Index"),
|
20 |
gr.outputs.Textbox(label="Score"),
|
21 |
],
|
22 |
examples=[
|