Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
83866b4
1
Parent(s):
c0f42c2
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,6 @@ import torch
|
|
4 |
import gradio as gr
|
5 |
os.system("pip install gradio==2.5.3")
|
6 |
|
7 |
-
|
8 |
import torch
|
9 |
torch.backends.cudnn.benchmark = True
|
10 |
from torchvision import transforms, utils
|
|
|
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
|