Lee-Shang commited on
Commit
9e20103
1 Parent(s): 34698bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -59,15 +59,7 @@ class SpinnerTexts:
59
  def __init__(self):
60
  self.ind_history_list = []
61
  self.text_list = [
62
- "Meanwhile check out [MMDetection Colab notebook of SAHI](https://colab.research.google.com/github/obss/sahi/blob/main/demo/inference_for_mmdetection.ipynb)!",
63
- "Meanwhile check out [YOLOv5 Colab notebook of SAHI](https://colab.research.google.com/github/obss/sahi/blob/main/demo/inference_for_yolov5.ipynb)!",
64
- "Meanwhile check out [aerial object detection with SAHI](https://blog.ml6.eu/how-to-detect-small-objects-in-very-large-images-70234bab0f98?gi=b434299595d4)!",
65
- "Meanwhile check out [COCO Utilities of SAHI](https://github.com/obss/sahi/blob/main/docs/COCO.md)!",
66
- "Meanwhile check out [FiftyOne utilities of SAHI](https://github.com/obss/sahi#fiftyone-utilities)!",
67
- "Meanwhile [give a Github star to SAHI](https://github.com/obss/sahi/stargazers)!",
68
- "Meanwhile see [how easy is to install SAHI](https://github.com/obss/sahi#getting-started)!",
69
- "Meanwhile check out [Medium blogpost of SAHI](https://medium.com/codable/sahi-a-vision-library-for-performing-sliced-inference-on-large-images-small-objects-c8b086af3b80)!",
70
- "Meanwhile try out [YOLOv5 HF Spaces demo of SAHI](https://huggingface.co/spaces/fcakyon/sahi-yolov5)!",
71
  ]
72
 
73
  def _store(self, ind):
 
59
  def __init__(self):
60
  self.ind_history_list = []
61
  self.text_list = [
62
+ "Loading...",
 
 
 
 
 
 
 
 
63
  ]
64
 
65
  def _store(self, ind):