Spaces:
Runtime error
Runtime error
add duplicate spaces badge (#2)
Browse files- add duplicate spaces badge (2bbfdf8b49ac22e18d1c9dfe5286b99df99cd1fb)
Co-authored-by: Ahsen Khaliq <[email protected]>
app.py
CHANGED
@@ -85,7 +85,11 @@ def inference(image, task, *args, **kwargs):
|
|
85 |
launch app
|
86 |
'''
|
87 |
title = "X-Decoder All-in-One Demo"
|
88 |
-
description = "<p style='text-align: center'> <a href='https://x-decoder-vl.github.io/' target='_blank'>Project Page</a> | <a href='https://arxiv.org/pdf/2212.11270.pdf' target='_blank'>Paper</a> | <a href='https://github.com/microsoft/X-Decoder' target='_blank'>Github Repo</a> | <a href='https://youtu.be/wYp6vmyolqE' target='_blank'>Video</a> </p>
|
|
|
|
|
|
|
|
|
89 |
article = "The Demo is Run on X-Decoder (Focal-T)."
|
90 |
|
91 |
inputs = [gr.inputs.Image(type='pil'), gr.inputs.Radio(choices=["Referring Segmentation", 'Open Vocabulary Semantic Segmentation','Open Vocabulary Instance Segmentation', "Open Vocabulary Panoptic Segmentation", "Image Captioning", "Text Retrieval", "Image/Region Retrieval", "Referring Captioning (Beta)", "Referring Editing"], type="value", default="OpenVocab Semantic Segmentation", label="Task"), gr.Textbox(label="xdecoder_text"), gr.Textbox(label="inpainting_text"), gr.Textbox(label="task_description")]
|
|
|
85 |
launch app
|
86 |
'''
|
87 |
title = "X-Decoder All-in-One Demo"
|
88 |
+
description = """<p style='text-align: center'> <a href='https://x-decoder-vl.github.io/' target='_blank'>Project Page</a> | <a href='https://arxiv.org/pdf/2212.11270.pdf' target='_blank'>Paper</a> | <a href='https://github.com/microsoft/X-Decoder' target='_blank'>Github Repo</a> | <a href='https://youtu.be/wYp6vmyolqE' target='_blank'>Video</a> </p>
|
89 |
+
<p>Skip the queue by duplicating this space and upgrading to GPU in settings</p>
|
90 |
+
<a href="https://huggingface.co/spaces/xdecoder/Demo?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
|
91 |
+
"""
|
92 |
+
|
93 |
article = "The Demo is Run on X-Decoder (Focal-T)."
|
94 |
|
95 |
inputs = [gr.inputs.Image(type='pil'), gr.inputs.Radio(choices=["Referring Segmentation", 'Open Vocabulary Semantic Segmentation','Open Vocabulary Instance Segmentation', "Open Vocabulary Panoptic Segmentation", "Image Captioning", "Text Retrieval", "Image/Region Retrieval", "Referring Captioning (Beta)", "Referring Editing"], type="value", default="OpenVocab Semantic Segmentation", label="Task"), gr.Textbox(label="xdecoder_text"), gr.Textbox(label="inpainting_text"), gr.Textbox(label="task_description")]
|