txya900619 commited on
Commit
8d4c17d
·
1 Parent(s): ce4330b

fix: ouput label

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ with demo:
126
  ),
127
  ],
128
  outputs=[
129
- gr.Text(interactive=False, label="客語漢字"),
130
  ],
131
  allow_flagging="auto",
132
  )
 
126
  ),
127
  ],
128
  outputs=[
129
+ gr.Text(interactive=False, label="辨識結果"),
130
  ],
131
  allow_flagging="auto",
132
  )