onursavas commited on
Commit
41061c1
1 Parent(s): c3ef4a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def analyze_image(img):
55
  title = "Document Layout Analysis"
56
  description = ""
57
  article = ""
58
- examples =[['publaynet_example.jpeg']]
59
  css = ".output-image, .input-image, .image-preview {height: 600px !important}"
60
 
61
  iface = gr.Interface(fn=analyze_image,
 
55
  title = "Document Layout Analysis"
56
  description = ""
57
  article = ""
58
+ examples =[['publaynet_example.jpeg'] ,['russian.jpeg']]
59
  css = ".output-image, .input-image, .image-preview {height: 600px !important}"
60
 
61
  iface = gr.Interface(fn=analyze_image,