Hakureirm commited on
Commit
6fce26b
·
verified ·
1 Parent(s): 7b6cc1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -22,8 +22,7 @@ demo = gr.Interface(
22
  title="🐉 奶龙杀手 (NailongKiller)",
23
  description="上传图片来检测奶龙 | Upload an image to detect Nailong",
24
  examples=[
25
- ["example1.jpg"],
26
- ["example2.jpg"]
27
  ],
28
  cache_examples=True
29
  )
 
22
  title="🐉 奶龙杀手 (NailongKiller)",
23
  description="上传图片来检测奶龙 | Upload an image to detect Nailong",
24
  examples=[
25
+ ["example1.jpg"]
 
26
  ],
27
  cache_examples=True
28
  )