Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ inputs = [
|
|
49 |
|
50 |
outputs = gr.Image(type="filepath", label="Output Image")
|
51 |
|
52 |
-
title = "
|
53 |
|
54 |
examples = [['one.jpg', 640, 0.5, 0.7],
|
55 |
['two.jpg', 640, 0.5, 0.6],
|
|
|
49 |
|
50 |
outputs = gr.Image(type="filepath", label="Output Image")
|
51 |
|
52 |
+
title = "Custom_YOLOV9_model 🤖: room-cleanliness-detector 👔🧦💫 "
|
53 |
|
54 |
examples = [['one.jpg', 640, 0.5, 0.7],
|
55 |
['two.jpg', 640, 0.5, 0.6],
|