mosesb commited on
Commit
6563456
·
verified ·
1 Parent(s): 5548d0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ article = f"""
34
  <div style='text-align: center;'>
35
  <p style='text-align: center'>Model loaded from <a href='https://huggingface.co/{model_id}' target='_blank'>{model_id}</a></p>
36
  <p style='text-align: center'>For more details on the training process, check out the project repository: <a href='https://github.com/mosesab/YOLOV12-Comic-Panel-Detection/blob/main/comic-boundary-detection.ipynb' target='_blank'>Comic Boundary Detection</a></p>
37
- <p style='text-align: center'>If you like this demo, consider leaving a star on the <a href='https://github.com/mosesab/YOLOV12-Comic-Panel-Detection' target='_blank'>Github</a> repo. It helps me know people are interested and motivates further development.</p>
38
  </div>
39
  """
40
 
 
34
  <div style='text-align: center;'>
35
  <p style='text-align: center'>Model loaded from <a href='https://huggingface.co/{model_id}' target='_blank'>{model_id}</a></p>
36
  <p style='text-align: center'>For more details on the training process, check out the project repository: <a href='https://github.com/mosesab/YOLOV12-Comic-Panel-Detection/blob/main/comic-boundary-detection.ipynb' target='_blank'>Comic Boundary Detection</a></p>
37
+ <p>If you like this demo, consider leaving a star on the <a href='https://github.com/mosesab/YOLOV12-Comic-Panel-Detection' target='_blank'>Github repo</a> or a like on the <a href='https://huggingface.co/{model_id}' target='_blank'>Hugging Face model</a>. It helps me know people are interested and motivates further development.</p>
38
  </div>
39
  """
40