Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -226,7 +226,7 @@ examples = [ # need to manually delete cache everytime new examples are added
|
|
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.
|
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")
|
|
|
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. I would like it to be knwon that the results from this virtual space are much worse than the same model on my computer. For an unknown reason this model perfroms worse in this space. If anyone does know the reason feel free to contanct: [email protected] .</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")
|