to-be commited on
Commit
ee93a12
·
1 Parent(s): 46b1dae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -18,6 +18,7 @@ model.to(device)
18
 
19
  def process_document(image):
20
  img2.update(visible=True)
 
21
  #can't save uploaded file locally, but needs to be converted from nparray to PIL
22
  im1 = Image.fromarray(image)
23
 
 
18
 
19
  def process_document(image):
20
  img2.update(visible=True)
21
+ gr.update()
22
  #can't save uploaded file locally, but needs to be converted from nparray to PIL
23
  im1 = Image.fromarray(image)
24