Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -101,10 +101,6 @@ Links to HuggingFace Models:
|
|
101 |
models = ["facebook/detr-resnet-50","facebook/detr-resnet-101",'hustvl/yolos-small','hustvl/yolos-tiny']
|
102 |
urls = ["https://c8.alamy.com/comp/J2AB4K/the-new-york-stock-exchange-on-the-wall-street-in-new-york-J2AB4K.jpg"]
|
103 |
|
104 |
-
twitter_link = """
|
105 |
-
[](https://twitter.com/nickmuchi)
|
106 |
-
"""
|
107 |
-
|
108 |
css = '''
|
109 |
h1#title {
|
110 |
text-align: center;
|
@@ -148,8 +144,4 @@ with demo:
|
|
148 |
example_images.click(fn=set_example_image,inputs=[example_images],outputs=[img_input])
|
149 |
example_url.click(fn=set_example_url,inputs=[example_url],outputs=[url_input])
|
150 |
|
151 |
-
|
152 |
-
gr.Markdown("")
|
153 |
-
|
154 |
-
|
155 |
demo.launch(enable_queue=True)
|
|
|
101 |
models = ["facebook/detr-resnet-50","facebook/detr-resnet-101",'hustvl/yolos-small','hustvl/yolos-tiny']
|
102 |
urls = ["https://c8.alamy.com/comp/J2AB4K/the-new-york-stock-exchange-on-the-wall-street-in-new-york-J2AB4K.jpg"]
|
103 |
|
|
|
|
|
|
|
|
|
104 |
css = '''
|
105 |
h1#title {
|
106 |
text-align: center;
|
|
|
144 |
example_images.click(fn=set_example_image,inputs=[example_images],outputs=[img_input])
|
145 |
example_url.click(fn=set_example_url,inputs=[example_url],outputs=[url_input])
|
146 |
|
|
|
|
|
|
|
|
|
147 |
demo.launch(enable_queue=True)
|