Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from PIL import Image,ImageDraw
|
|
| 6 |
import tempfile
|
| 7 |
from inference_sdk import InferenceHTTPClient
|
| 8 |
from ultralytics import YOLO
|
| 9 |
-
import
|
| 10 |
|
| 11 |
classes = ['zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine', 'tick', 'fraction']
|
| 12 |
API_KEY = os.environ.get("ROBOFLOW_API_KEY")
|
|
|
|
| 6 |
import tempfile
|
| 7 |
from inference_sdk import InferenceHTTPClient
|
| 8 |
from ultralytics import YOLO
|
| 9 |
+
import ultralytics
|
| 10 |
|
| 11 |
classes = ['zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine', 'tick', 'fraction']
|
| 12 |
API_KEY = os.environ.get("ROBOFLOW_API_KEY")
|