atharv-16 commited on
Commit
362c834
·
verified ·
1 Parent(s): a9e1a6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
-
3
-
 
4
  from PIL import Image
5
 
6
  # Load the trained model
 
1
  import gradio as gr
2
+ import torch
3
+ import torch.nn as nn
4
+ from torchvision import models, transforms
5
  from PIL import Image
6
 
7
  # Load the trained model