nehulagrawal commited on
Commit
f2e8001
β€’
1 Parent(s): 49417a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -3
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 = "... (rest of the description) ..."
11
-
12
- image_path = [['test/1.jpg', 'foduucom/stockmarket-future-prediction', 640, 0.25, 0.45], ...]
 
 
 
 
 
 
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")