kwyong commited on
Commit
7c42c18
·
verified ·
1 Parent(s): 510da2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def predict(img):
31
  sequence = processor.post_process_generation(sequence, fix_markdown=False)
32
  return sequence
33
 
34
- image = gr.Image()
35
  text = ["text"]
36
  examples = ['page_10.jpg']
37
 
 
31
  sequence = processor.post_process_generation(sequence, fix_markdown=False)
32
  return sequence
33
 
34
+ image = gr.Image(height=192, width=192)
35
  text = ["text"]
36
  examples = ['page_10.jpg']
37