Caroline Mai Chan
commited on
Commit
·
5b29d56
1
Parent(s):
41b43d1
more debugging 3
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import numpy as np
|
|
2 |
import torch
|
3 |
import torch.nn as nn
|
4 |
import gradio as gr
|
5 |
-
|
6 |
|
7 |
norm_layer = nn.InstanceNorm2d
|
8 |
|
|
|
2 |
import torch
|
3 |
import torch.nn as nn
|
4 |
import gradio as gr
|
5 |
+
from PIL import Image
|
6 |
|
7 |
norm_layer = nn.InstanceNorm2d
|
8 |
|