Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
|
| 2 |
-
|
| 3 |
def function(image):
|
| 4 |
model = YOLO('/content/drive/MyDrive/new Movie/best_yolo_2.pt')
|
| 5 |
image = np.array(image)
|
|
|
|
| 1 |
|
| 2 |
+
import gradio as gr
|
| 3 |
def function(image):
|
| 4 |
model = YOLO('/content/drive/MyDrive/new Movie/best_yolo_2.pt')
|
| 5 |
image = np.array(image)
|