Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ demo = gr.Blocks(css=css)
|
|
129 |
with demo:
|
130 |
gr.Markdown(title)
|
131 |
gr.Markdown(description)
|
132 |
-
gr.Markdown(detect_objects2)
|
133 |
|
134 |
|
135 |
options = gr.Dropdown(choices=models,label='Select Object Detection Model',show_label=True)
|
|
|
129 |
with demo:
|
130 |
gr.Markdown(title)
|
131 |
gr.Markdown(description)
|
132 |
+
#gr.Markdown(detect_objects2)
|
133 |
|
134 |
|
135 |
options = gr.Dropdown(choices=models,label='Select Object Detection Model',show_label=True)
|