Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -162,10 +162,7 @@ iface = gr.Interface(
|
|
162 |
outputs=gr.JSON(),
|
163 |
title="增强型AI图像检测API",
|
164 |
description="多模型集成检测图像是否由AI生成",
|
165 |
-
examples=
|
166 |
-
["example1.jpg"],
|
167 |
-
["example2.jpg"]
|
168 |
-
],
|
169 |
allow_flagging="never"
|
170 |
)
|
171 |
|
|
|
162 |
outputs=gr.JSON(),
|
163 |
title="增强型AI图像检测API",
|
164 |
description="多模型集成检测图像是否由AI生成",
|
165 |
+
examples=None,
|
|
|
|
|
|
|
166 |
allow_flagging="never"
|
167 |
)
|
168 |
|