Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
)
|