gagan3012 commited on
Commit
42acc98
1 Parent(s): 0360966

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def inference(file1,num_iters):
50
 
51
  return img, img_clean
52
 
53
- examples = [ ["doraemon.png",500]
54
  ]
55
 
56
 
 
50
 
51
  return img, img_clean
52
 
53
+ examples = [ ["doraemon.png",2000]
54
  ]
55
 
56