Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
229 |
-
description = "<p style='text-align: center'>Gradio demo for
|
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")
|