vumichien commited on
Commit
c053c85
·
1 Parent(s): ac68576

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -52,7 +52,8 @@ iface = gr.Interface(
52
  ],
53
  outputs=[
54
  "textbox",
55
- "state"
 
56
  ],
57
  live=True)
58
 
 
52
  ],
53
  outputs=[
54
  "textbox",
55
+ "state",
56
+ label="Interpreted text"
57
  ],
58
  live=True)
59