Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
import torch
|
|
|
4 |
|
5 |
|
6 |
#Repo.clone_from("https://github.com/ultralytics/yolov5", "./content")
|
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
import torch
|
4 |
+
from PIL import Image
|
5 |
|
6 |
|
7 |
#Repo.clone_from("https://github.com/ultralytics/yolov5", "./content")
|