aaappp7878 commited on
Commit
f16fd05
·
verified ·
1 Parent(s): cda99f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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