Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,13 +44,14 @@ gradio_app = gr.Interface(
|
|
| 44 |
input_textbox,
|
| 45 |
],
|
| 46 |
outputs=gr.Label(
|
| 47 |
-
|
|
|
|
| 48 |
# could not auto select example output
|
| 49 |
-
value=""
|
| 50 |
),
|
| 51 |
-
examples=[
|
| 52 |
-
|
| 53 |
-
],
|
| 54 |
cache_examples=True,
|
| 55 |
live=True,
|
| 56 |
title="Lojban Parser",
|
|
|
|
| 44 |
input_textbox,
|
| 45 |
],
|
| 46 |
outputs=gr.Label(
|
| 47 |
+
"Parse Tree"
|
| 48 |
+
#label="Parse Tree",
|
| 49 |
# could not auto select example output
|
| 50 |
+
#value=""
|
| 51 |
),
|
| 52 |
+
#examples=[
|
| 53 |
+
# ["coi rodo"],
|
| 54 |
+
#],
|
| 55 |
cache_examples=True,
|
| 56 |
live=True,
|
| 57 |
title="Lojban Parser",
|