Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -249,6 +249,8 @@ def run_demo_server():
|
|
249 |
checkbox_group = gr.CheckboxGroup(choices=options, label="Task")
|
250 |
with gr.Row():
|
251 |
semantic_input = gr.Textbox(label="Category Name", placeholder="e.g. person/cat/dog/elephant...... (for semantic segmentation only, in COCO)")
|
|
|
|
|
252 |
with gr.Row():
|
253 |
gr.Markdown('For non-human image inputs, the pose results may have issues. Same when perform semantic segmentation with categories that are not in COCO.')
|
254 |
with gr.Row():
|
|
|
249 |
checkbox_group = gr.CheckboxGroup(choices=options, label="Task")
|
250 |
with gr.Row():
|
251 |
semantic_input = gr.Textbox(label="Category Name", placeholder="e.g. person/cat/dog/elephant...... (for semantic segmentation only, in COCO)")
|
252 |
+
with gr.Row():
|
253 |
+
gr.Markdown('##Due to the GPU quota limit, if an error occurs, please wait for 5 minutes before retrying.')
|
254 |
with gr.Row():
|
255 |
gr.Markdown('For non-human image inputs, the pose results may have issues. Same when perform semantic segmentation with categories that are not in COCO.')
|
256 |
with gr.Row():
|