Update app.py
Browse files
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 |
|