admin
commited on
Commit
·
932ebb5
1
Parent(s):
1ea9287
, show_copy_button=True),
Browse files
app.py
CHANGED
|
@@ -144,7 +144,7 @@ if __name__ == "__main__":
|
|
| 144 |
),
|
| 145 |
],
|
| 146 |
outputs=[
|
| 147 |
-
gr.Textbox(label=_L("状态栏")),
|
| 148 |
gr.File(label=_L("下载 JSON 文件")),
|
| 149 |
],
|
| 150 |
examples=[
|
|
|
|
| 144 |
),
|
| 145 |
],
|
| 146 |
outputs=[
|
| 147 |
+
gr.Textbox(label=_L("状态栏"), show_copy_button=True),
|
| 148 |
gr.File(label=_L("下载 JSON 文件")),
|
| 149 |
],
|
| 150 |
examples=[
|