Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|