Hakureirm commited on
Commit
a046a3a
·
verified ·
1 Parent(s): f8b6390

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -80,8 +80,8 @@ demo = gr.Interface(
80
  ],
81
  title="🐉 奶龙杀手 (NailongKiller)",
82
  description="上传图片来检测奶龙 | Upload an image to detect Nailong",
83
- examples=[["example1.jpg"]],
84
- cache_examples=True
85
  )
86
 
87
  if __name__ == "__main__":
 
80
  ],
81
  title="🐉 奶龙杀手 (NailongKiller)",
82
  description="上传图片来检测奶龙 | Upload an image to detect Nailong",
83
+ # examples=[["example1.jpg"]],
84
+ # cache_examples=True
85
  )
86
 
87
  if __name__ == "__main__":