Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
3ca36c2
1
Parent(s):
a815904
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 |
os.system("pip install gradio==2.5.3")
|
|
|
|
| 6 |
import torch
|
| 7 |
torch.backends.cudnn.benchmark = True
|
| 8 |
from torchvision import transforms, utils
|
|
|
|
| 3 |
import torch
|
| 4 |
import gradio as gr
|
| 5 |
os.system("pip install gradio==2.5.3")
|
| 6 |
+
|
| 7 |
import torch
|
| 8 |
torch.backends.cudnn.benchmark = True
|
| 9 |
from torchvision import transforms, utils
|