derektan commited on
Commit
8987ccf
·
1 Parent(s): c246744

Adjust text

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -464,7 +464,8 @@ with gr.Blocks(title="Search-TTA (Simplified)", theme=gr.themes.Base()) as demo:
464
  """
465
  # Search-TTA: A Multimodal Test-Time Adaptation Framework for Visual Search in the Wild Demo
466
  Click on any of the <b>examples below</b> and run the <b>TTA demo</b>. Check out the <b>multimodal heatmap generation feature</b> by switching to the next tab above. <br>
467
- Note that the model initialization, RL planner, and TTA updates are not fully optimized on GPU for this huggingface demo, and hence may experience some lag during execution. If you encounter an 'Error' status, refresh the browser and rerun the demo, or try again the next day. We will improve this in the future. <br>
 
468
  <a href="https://search-tta.github.io">Project Website</a>
469
  """
470
  )
 
464
  """
465
  # Search-TTA: A Multimodal Test-Time Adaptation Framework for Visual Search in the Wild Demo
466
  Click on any of the <b>examples below</b> and run the <b>TTA demo</b>. Check out the <b>multimodal heatmap generation feature</b> by switching to the next tab above. <br>
467
+ Note that the model initialization, RL planner, and TTA updates are not fully optimized on GPU for this huggingface demo, and hence may experience some lag during execution. <br>
468
+ If you encounter an 'Error' status, refresh the browser and rerun the demo, or try again the next day. We will improve this in the future. <br>
469
  <a href="https://search-tta.github.io">Project Website</a>
470
  """
471
  )