Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,6 @@ import cv2
|
|
7 |
import numpy
|
8 |
from transformers import AutoFeatureExtractor, AutoModelForObjectDetection
|
9 |
from PIL import Image
|
10 |
-
import streamlit as st
|
11 |
|
12 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
13 |
|
|
|
7 |
import numpy
|
8 |
from transformers import AutoFeatureExtractor, AutoModelForObjectDetection
|
9 |
from PIL import Image
|
|
|
10 |
|
11 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
12 |
|