Spaces:
Runtime error
Runtime error
Commit
·
4a4c05f
1
Parent(s):
7494c56
Update app.py
Browse files
app.py
CHANGED
@@ -414,7 +414,7 @@ with gr.Blocks(css=css) as demo:
|
|
414 |
gr.load("models/Salesforce/blip-image-captioning-large", title="BLIP-large")
|
415 |
with gr.Tab("Classification"):
|
416 |
gr.load("models/google/vit-base-patch16-224", title="ViT Classification")
|
417 |
-
with gr.Tab("Segmentation"):
|
418 |
-
|
419 |
|
420 |
demo.queue(max_size=80, api_open=False).launch(max_threads=256, show_api=False)
|
|
|
414 |
gr.load("models/Salesforce/blip-image-captioning-large", title="BLIP-large")
|
415 |
with gr.Tab("Classification"):
|
416 |
gr.load("models/google/vit-base-patch16-224", title="ViT Classification")
|
417 |
+
#with gr.Tab("Segmentation"):
|
418 |
+
# gr.load("models/mattmdjaga/segformer_b2_clothes", title="SegFormer Segmentation")
|
419 |
|
420 |
demo.queue(max_size=80, api_open=False).launch(max_threads=256, show_api=False)
|