Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,6 @@ import gradio as gr
|
|
| 2 |
import torch
|
| 3 |
import numpy as np
|
| 4 |
import onnxruntime as ort
|
| 5 |
-
from PIL import Image
|
| 6 |
from torchvision.io import decode_image, ImageReadMode
|
| 7 |
from torchvision.transforms.v2 import Compose, Resize, Normalize, ToDtype, Grayscale
|
| 8 |
|
|
|
|
| 2 |
import torch
|
| 3 |
import numpy as np
|
| 4 |
import onnxruntime as ort
|
|
|
|
| 5 |
from torchvision.io import decode_image, ImageReadMode
|
| 6 |
from torchvision.transforms.v2 import Compose, Resize, Normalize, ToDtype, Grayscale
|
| 7 |
|