SamDaLamb commited on
Commit
5ef8ab6
·
verified ·
1 Parent(s): e5e38c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -225,8 +225,8 @@ examples = [ # need to manually delete cache everytime new examples are added
225
  ["clip2_-539-_jpg.jpg"]]
226
 
227
  # define app features and run
228
- title = "SpecLab Demo"
229
- description = "<p style='text-align: center'>Gradio demo for an ASPP model architecture trained on the SpecLab dataset. To use it, simply add your image, or click one of the examples to load them. Since this demo is run on CPU only, please allow additional time for processing. </p>"
230
  article = "<p style='text-align: center'><a href='https://github.com/Nano1337/SpecLab'>Github Repo</a></p>"
231
  css = "#0 {object-fit: contain;} #1 {object-fit: contain;}"
232
  print("chek3")
 
225
  ["clip2_-539-_jpg.jpg"]]
226
 
227
  # define app features and run
228
+ title = "Valorant Tracker Demo"
229
+ description = "<p style='text-align: center'>Gradio demo for a YOLO model architecture trained on the custom made dataset. To use it, simply add your image, or click one of the examples to load them. Since this demo is run on CPU only, please allow additional time for processing. </p>"
230
  article = "<p style='text-align: center'><a href='https://github.com/Nano1337/SpecLab'>Github Repo</a></p>"
231
  css = "#0 {object-fit: contain;} #1 {object-fit: contain;}"
232
  print("chek3")