Vineedhar commited on
Commit
06f784c
1 Parent(s): 6bcd9e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ with gr.Blocks(title="DETR Object Detection by orYx Models") as demo:
108
  gr.HTML("""<h4 style="color:navy;">Reference</h4>""")
109
  gr.HTML("""<ul>""")
110
  gr.HTML("""<li><a href="https://colab.research.google.com/github/facebookresearch/detr/blob/colab/notebooks/detr_attention.ipynb" target="_blank">Hands-on tutorial for DETR</a>""")
111
- gr.HTML("""</ul>""")
112
 
113
 
114
  #demo.queue()
 
108
  gr.HTML("""<h4 style="color:navy;">Reference</h4>""")
109
  gr.HTML("""<ul>""")
110
  gr.HTML("""<li><a href="https://colab.research.google.com/github/facebookresearch/detr/blob/colab/notebooks/detr_attention.ipynb" target="_blank">Hands-on tutorial for DETR</a>""")
111
+ #gr.HTML("""</ul>""")
112
 
113
 
114
  #demo.queue()