txya900619
commited on
Commit
·
8d4c17d
1
Parent(s):
ce4330b
fix: ouput label
Browse files
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 |
)
|