Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,9 +39,9 @@ input_textbox = gr.Textbox(
|
|
| 39 |
)
|
| 40 |
|
| 41 |
parse_tree = gr.Label(
|
| 42 |
-
"Parse Tree"
|
| 43 |
-
#label="Parse Tree",
|
| 44 |
# could not auto select example output
|
|
|
|
| 45 |
)
|
| 46 |
|
| 47 |
gradio_app = gr.Interface(
|
|
|
|
| 39 |
)
|
| 40 |
|
| 41 |
parse_tree = gr.Label(
|
| 42 |
+
label="Parse Tree",
|
|
|
|
| 43 |
# could not auto select example output
|
| 44 |
+
value="['free', [['COI', 'coi'], ['sumti_5', [['PA', 'ro'], ['KOhA', 'do']]]]]"
|
| 45 |
)
|
| 46 |
|
| 47 |
gradio_app = gr.Interface(
|