Spaces:
Runtime error
Runtime error
AnishKumbhar
commited on
Commit
•
a55ec9f
1
Parent(s):
9b8dc66
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,6 @@ import torch
|
|
2 |
import fastapi
|
3 |
import numpy as np
|
4 |
from PIL import Image
|
5 |
-
from typing import Any, Type
|
6 |
|
7 |
class TorchTensor(torch.Tensor):
|
8 |
pass
|
|
|
2 |
import fastapi
|
3 |
import numpy as np
|
4 |
from PIL import Image
|
|
|
5 |
|
6 |
class TorchTensor(torch.Tensor):
|
7 |
pass
|