Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ iface = gr.Interface(
|
|
| 73 |
inputs=gr.Image(type="pil", label="上传图片"),
|
| 74 |
outputs=gr.JSON(label="Top-5 预测结果"),
|
| 75 |
description=description,
|
| 76 |
-
|
| 77 |
)
|
| 78 |
|
| 79 |
|
|
|
|
| 73 |
inputs=gr.Image(type="pil", label="上传图片"),
|
| 74 |
outputs=gr.JSON(label="Top-5 预测结果"),
|
| 75 |
description=description,
|
| 76 |
+
flagging_mode="never",
|
| 77 |
)
|
| 78 |
|
| 79 |
|