Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
0af7b35
1
Parent(s):
bca8e91
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ from PIL import Image
|
|
3 |
import torch
|
4 |
import gradio as gr
|
5 |
|
|
|
6 |
import torch
|
7 |
torch.backends.cudnn.benchmark = True
|
8 |
from torchvision import transforms, utils
|
|
|
3 |
import torch
|
4 |
import gradio as gr
|
5 |
|
6 |
+
|
7 |
import torch
|
8 |
torch.backends.cudnn.benchmark = True
|
9 |
from torchvision import transforms, utils
|