Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -84,8 +84,8 @@ if __name__ == "__main__":
|
|
84 |
gradio.inputs.Radio(["inside", "outside", "inside-outside"], default="inside", label="Choose Model"),
|
85 |
],
|
86 |
outputs=[
|
87 |
-
gradio.outputs.Image(label="Gold Parse Tree", type="pil"
|
88 |
-
gradio.outputs.Image(label="Predicted Parse Tree", type="pil"
|
89 |
gradio.outputs.Textbox(label="F1 score"),
|
90 |
],
|
91 |
examples=[
|
|
|
84 |
gradio.inputs.Radio(["inside", "outside", "inside-outside"], default="inside", label="Choose Model"),
|
85 |
],
|
86 |
outputs=[
|
87 |
+
gradio.outputs.Image(label="Gold Parse Tree", type="pil"),
|
88 |
+
gradio.outputs.Image(label="Predicted Parse Tree", type="pil"),
|
89 |
gradio.outputs.Textbox(label="F1 score"),
|
90 |
],
|
91 |
examples=[
|