Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import torch, os
|
|
|
3 |
import numpy as np
|
4 |
from PIL import Image
|
5 |
import matplotlib.pyplot as plt
|
|
|
1 |
import gradio as gr
|
2 |
import torch, os
|
3 |
+
from torchvision import transforms
|
4 |
import numpy as np
|
5 |
from PIL import Image
|
6 |
import matplotlib.pyplot as plt
|