Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
import gradio as gr
|
| 3 |
from ultralytics import YOLO
|
| 4 |
from PIL import Image
|
|
@@ -52,4 +52,3 @@ demo = gr.Interface(
|
|
| 52 |
description="Upload an image and detect objects"
|
| 53 |
)
|
| 54 |
demo.launch()
|
| 55 |
-
```
|
|
|
|
| 1 |
+
|
| 2 |
import gradio as gr
|
| 3 |
from ultralytics import YOLO
|
| 4 |
from PIL import Image
|
|
|
|
| 52 |
description="Upload an image and detect objects"
|
| 53 |
)
|
| 54 |
demo.launch()
|
|
|