Spaces:
Runtime error
Runtime error
MohamedAtta-AI
commited on
Commit
•
f6f9f84
1
Parent(s):
4f450cd
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import torch
|
|
2 |
import torch.nn as nn
|
3 |
from torchvision.transforms import transforms
|
4 |
from torchvision.models import resnet50
|
|
|
5 |
import gradio as gr
|
6 |
|
7 |
# Import model
|
|
|
2 |
import torch.nn as nn
|
3 |
from torchvision.transforms import transforms
|
4 |
from torchvision.models import resnet50
|
5 |
+
from PIL import Image
|
6 |
import gradio as gr
|
7 |
|
8 |
# Import model
|