Pendrokar commited on
Commit
67b9a61
·
verified ·
1 Parent(s): 207d7a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -44,13 +44,14 @@ gradio_app = gr.Interface(
44
  input_textbox,
45
  ],
46
  outputs=gr.Label(
47
- label="Parse Tree",
 
48
  # could not auto select example output
49
- value=""
50
  ),
51
- examples=[
52
- ["coi rodo"],
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",