Update app.py
Browse filesSeeing if this one line.
app.py
CHANGED
@@ -186,4 +186,5 @@ with demo:
|
|
186 |
# gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=nickmuchi-object-detection-with-detr-and-yolos)")
|
187 |
|
188 |
|
189 |
-
demo.launch(enable_queue=True)
|
|
|
|
186 |
# gr.Markdown("![visitor badge](https://visitor-badge.glitch.me/badge?page_id=nickmuchi-object-detection-with-detr-and-yolos)")
|
187 |
|
188 |
|
189 |
+
# demo.launch(enable_queue=True)
|
190 |
+
demo.launch()
|