Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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 |
# 启动应用
|