Spaces:
Runtime error
Runtime error
dreamdrop-art
commited on
Commit
•
8a087d4
1
Parent(s):
f5c61bc
Update app.py
Browse files
app.py
CHANGED
@@ -444,5 +444,7 @@ with gr.Blocks(css=css) as demo:
|
|
444 |
# gr.load("models/mattmdjaga/segformer_b2_clothes", title="SegFormer Segmentation")
|
445 |
with gr.Tab("Visual Question Answering"):
|
446 |
gr.load("models/dandelin/vilt-b32-finetuned-vqa", title="ViLT VQA")
|
|
|
|
|
447 |
|
448 |
demo.queue(max_size=80, api_open=False).launch(max_threads=256, show_api=False)
|
|
|
444 |
# gr.load("models/mattmdjaga/segformer_b2_clothes", title="SegFormer Segmentation")
|
445 |
with gr.Tab("Visual Question Answering"):
|
446 |
gr.load("models/dandelin/vilt-b32-finetuned-vqa", title="ViLT VQA")
|
447 |
+
with gr.Tab("Object Detection"):
|
448 |
+
gr.load("models/facebook/detr-resnet-50", title="DETR OD")
|
449 |
|
450 |
demo.queue(max_size=80, api_open=False).launch(max_threads=256, show_api=False)
|