RuoyuChen commited on
Commit
9e49331
·
1 Parent(s): 8c0a35a

reduce time

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -333,7 +333,7 @@ def update_image(thumbnail_name):
333
  with gr.Blocks() as demo:
334
  gr.Markdown("# Semantic Region Attribution via Submodular Subset Selection") # 使用Markdown添加标题
335
 
336
- gr.Markdown("Since huggingface only has ordinary CPUs available, our sub-region division is relatively coarse-grained, which may affect the model performance. The inference time is about 5 minutes. If you are interested, you can try our source code. We have written many scripts to facilitate visualization.")
337
  with gr.Row():
338
  with gr.Column():
339
  # 第一排:上传图像输入框和一个缩略图
 
333
  with gr.Blocks() as demo:
334
  gr.Markdown("# Semantic Region Attribution via Submodular Subset Selection") # 使用Markdown添加标题
335
 
336
+ gr.Markdown("Since huggingface only has ordinary CPUs available, our sub-region division is relatively coarse-grained, which may affect the attribution performance. The inference time is about 5 minutes (GPU is about 4s). If you are interested, you can try our source code. We have written many scripts to facilitate visualization.")
337
  with gr.Row():
338
  with gr.Column():
339
  # 第一排:上传图像输入框和一个缩略图