Canyu commited on
Commit
4933e27
·
verified ·
1 Parent(s): c9f18f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -250,7 +250,7 @@ def run_demo_server():
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():
 
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():