supermy commited on
Commit
434f5cc
1 Parent(s): 02e7aae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ description = """ 发现图片中的目标对象 """
89
  title = """<h1 id="title">目标检测</h1>"""
90
 
91
  models = ["facebook/detr-resnet-50","facebook/detr-resnet-101",'hustvl/yolos-small','hustvl/yolos-tiny']
92
- urls = ["https://c8.alamy.com/comp/J2AB4K/the-new-york-stock-exchange-on-the-wall-street-in-new-york-J2AB4K.jpg"]
93
 
94
 
95
  css = '''
 
89
  title = """<h1 id="title">目标检测</h1>"""
90
 
91
  models = ["facebook/detr-resnet-50","facebook/detr-resnet-101",'hustvl/yolos-small','hustvl/yolos-tiny']
92
+ urls = ["https://huggingface.co/spaces/supermy/Object-Detection/resolve/main/images/99.jpeg"]
93
 
94
 
95
  css = '''