P01yH3dr0n commited on
Commit
18639dd
1 Parent(s): 141cf85

Update images_history.py

Browse files
Files changed (1) hide show
  1. images_history.py +1 -2
images_history.py CHANGED
@@ -44,8 +44,7 @@ def img_history_ui(tab):
44
  page_index = gr.Number(value=1, label="页码", precision=0)
45
  next_page = gr.Button('下一页')
46
  end_page = gr.Button('末尾页')
47
- with gr.Row():
48
- history_gallery = gr.Gallery(show_label=False, columns=6)
49
  with gr.Column(scale=1):
50
  info = gr.HTML()
51
  items = gr.JSON(value=None, visible=False)
 
44
  page_index = gr.Number(value=1, label="页码", precision=0)
45
  next_page = gr.Button('下一页')
46
  end_page = gr.Button('末尾页')
47
+ history_gallery = gr.Gallery(show_label=False, columns=6)
 
48
  with gr.Column(scale=1):
49
  info = gr.HTML()
50
  items = gr.JSON(value=None, visible=False)