Larvik commited on
Commit
34f9e0b
·
verified ·
1 Parent(s): ee6845e

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks() as demo:
65
  for na in nalz:
66
  ymg=na[0]
67
  with gr.Tab(na[1]):
68
- gallery = gr.Gallery(gengali(ymg),selected_index=0)
69
  gallery.select(on_select, None, statement)
70
  statement.render()
71
 
 
65
  for na in nalz:
66
  ymg=na[0]
67
  with gr.Tab(na[1]):
68
+ gallery = gr.Gallery(gengali(ymg),columns=4,height=1024)
69
  gallery.select(on_select, None, statement)
70
  statement.render()
71