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