update app
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
from PIL import Image
|
2 |
import torch
|
|
|
3 |
import gradio
|
4 |
|
5 |
Instructuction = "Select a Unique Portrait Image of yourself"
|
|
|
1 |
from PIL import Image
|
2 |
import torch
|
3 |
+
import torchvision
|
4 |
import gradio
|
5 |
|
6 |
Instructuction = "Select a Unique Portrait Image of yourself"
|