Ahsen Khaliq commited on
Commit
d10c390
1 Parent(s): 3ca36c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ 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
 
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