SUGE212 commited on
Commit
5bfc0ed
β€’
1 Parent(s): 968742e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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 = "CandleStickScan: Pattern Recognition for Trading Success"
10
- description = """ πŸ•―οΈ Light up your trading game with CandleStickScan! We decode candlestick mysteries like trading Sherlock! πŸ•΅οΈβ€β™‚οΈ From 'Head and Shoulders' to 'W-Bottom', we've got patterns covered. Powered by Foduu AI's magic, we'll be your trading Gandalf. Whether you're a trading guru or just starting, we've got your back. πŸ’ΌπŸ’°
11
- πŸ“ˆ Trading with CandleScan is like having a secret trading sauce. Curious? Reach out at info@foddu.com and unveil the magic! Liking us won't give you superpowers, but it's a step towards trading wizardry! πŸš€πŸ‘πŸ•―οΈ
12
- πŸ“§ Contact us: info@foddu.com
13
- πŸ‘ Like | Join the Trading Adventure!"""
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