Hakureirm commited on
Commit
c9047e4
·
verified ·
1 Parent(s): 0b8e0d9

Update app.py

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