Spaces:
Running
on
Zero
Running
on
Zero
Upload app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,6 @@ from PIL import Image, ImageDraw, ImageFont
|
|
4 |
import torch
|
5 |
import spaces
|
6 |
import numpy as np
|
7 |
-
import cv2
|
8 |
|
9 |
# Modèles optimisés pour le temps réel
|
10 |
REALTIME_MODELS = {
|
|
|
4 |
import torch
|
5 |
import spaces
|
6 |
import numpy as np
|
|
|
7 |
|
8 |
# Modèles optimisés pour le temps réel
|
9 |
REALTIME_MODELS = {
|