Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,11 +6,11 @@ import os
|
|
6 |
from ultralyticsplus import YOLO, render_result
|
7 |
|
8 |
# Model Heading and Description
|
9 |
-
model_heading = "
|
10 |
-
description = """
|
11 |
-
|
12 |
-
π§
|
13 |
-
π
|
14 |
|
15 |
image_path= [['test/test1.jpg', 'foduucom/stockmarket-pattern-detection-yolov8', 640, 0.25, 0.45], ['test/test2.jpg', 'foduucom/stockmarket-pattern-detection-yolov8', 640, 0.25, 0.45]]
|
16 |
|
|
|
6 |
from ultralyticsplus import YOLO, render_result
|
7 |
|
8 |
# Model Heading and Description
|
9 |
+
model_heading = "TTG's Candle Stick Scan: Pattern Recognition BETA"
|
10 |
+
description = """ #
|
11 |
+
#
|
12 |
+
π§ #
|
13 |
+
π #"""
|
14 |
|
15 |
image_path= [['test/test1.jpg', 'foduucom/stockmarket-pattern-detection-yolov8', 640, 0.25, 0.45], ['test/test2.jpg', 'foduucom/stockmarket-pattern-detection-yolov8', 640, 0.25, 0.45]]
|
16 |
|