Spaces:
Runtime error
Runtime error
nehulagrawal
commited on
Commit
Β·
f2e8001
1
Parent(s):
49417a1
Update app.py
Browse files
app.py
CHANGED
@@ -7,9 +7,15 @@ from ultralyticsplus import YOLO, render_result
|
|
7 |
|
8 |
# Model Heading and Description
|
9 |
model_heading = "StockMarket: Trends Recognition for Trading Success"
|
10 |
-
description = "
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
# Load YOLO model
|
15 |
model = YOLO("foduucom/stockmarket-future-prediction")
|
|
|
7 |
|
8 |
# Model Heading and Description
|
9 |
model_heading = "StockMarket: Trends Recognition for Trading Success"
|
10 |
+
description = """ π Elevate Your Trading Odyssey with Trend Predictions! π
|
11 |
+
Dive deep into the enigma of market trends with the precision of a seasoned detective. π΅οΈββοΈ With Foduu AI's unparalleled insights, transition seamlessly from bearish 'Downs' to bullish 'Ups'. ππ
|
12 |
+
Consider us your trading compass, guiding you through the financial wilderness like a modern-day Gandalf. π§ββοΈ Whether you're a seasoned trader or just embarking on your journey, we're here to illuminate your path. π‘
|
13 |
+
Trading with us? It's like possessing the secret recipe to investment success. π²π°
|
14 |
+
Intrigued? Dive into the world of trading alchemy! π
|
15 |
+
π Reach Out: [email protected]
|
16 |
+
π Give us a thumbs up and embark on an unparalleled trading escapade! No, you won't gain superpowers, but you'll be one step closer to mastering the markets! πππ!"""
|
17 |
+
|
18 |
+
image_path= [['test/1.jpg', 'foduucom/stockmarket-future-prediction', 640, 0.25, 0.45], ['test/2.jpg', 'foduucom/stockmarket-future-prediction', 640, 0.25, 0.45],['test/3.jpg', 'foduucom/stockmarket-future-prediction', 640, 0.25, 0.45]]
|
19 |
|
20 |
# Load YOLO model
|
21 |
model = YOLO("foduucom/stockmarket-future-prediction")
|