Spaces:
Runtime error
Runtime error
nehulagrawal
commited on
Commit
•
b28d162
1
Parent(s):
27b3a71
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ Intrigued? Dive into the world of trading alchemy! 🌌
|
|
19 |
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]]
|
20 |
|
21 |
# Load YOLO model
|
22 |
-
model = YOLO
|
23 |
|
24 |
|
25 |
#############################################################Image Inference############################################################
|
|
|
19 |
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]]
|
20 |
|
21 |
# Load YOLO model
|
22 |
+
model = YOLO("foduucom/stockmarket-future-prediction")
|
23 |
|
24 |
|
25 |
#############################################################Image Inference############################################################
|