dperales commited on
Commit
6bd08d2
1 Parent(s): 536d063

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
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://img.shields.io/twitter/follow/nickmuchi?label=@nickmuchi&style=social)](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("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=nickmuchi-object-detection-with-detr-and-yolos)")
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)