nakamura196 commited on
Commit
20cfc19
1 Parent(s): cca6c8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -72,8 +72,8 @@ iface = gr.Interface(
72
  # outputs=gr.Gallery(label="類似する貼り込み資料").style(height="100px"),
73
  outputs=gr.HTML(label="類似する貼り込み資料"),
74
  examples=[
75
- ["images/025_0085.jpg"],
76
- ["images/046_0051.jpg"],
77
  ],
78
  )
79
 
 
72
  # outputs=gr.Gallery(label="類似する貼り込み資料").style(height="100px"),
73
  outputs=gr.HTML(label="類似する貼り込み資料"),
74
  examples=[
75
+ ["images/025_0085.jpg", 10],
76
+ ["images/046_0051.jpg", 10],
77
  ],
78
  )
79