Surn commited on
Commit
3dd8887
·
1 Parent(s): 04daaa1

Gradio 5.19.0

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. app.py +2 -0
  3. requirements.txt +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ colorFrom: yellow
5
  colorTo: purple
6
  sdk: gradio
7
  python_version: 3.10.13
8
- sdk_version: 5.18.0
9
  app_file: app.py
10
  pinned: true
11
  short_description: Transform Your Images into Mesmerizing Hexagon Grids
 
5
  colorTo: purple
6
  sdk: gradio
7
  python_version: 3.10.13
8
+ sdk_version: 5.19.0
9
  app_file: app.py
10
  pinned: true
11
  short_description: Transform Your Images into Mesmerizing Hexagon Grids
app.py CHANGED
@@ -1111,6 +1111,8 @@ with gr.Blocks(css_paths="style_20250128.css", title=title, theme='Surn/beeuty',
1111
  ],
1112
  inputs=[input_image, filter_color, fill_hex, start_x, start_y, end_x, end_y, x_spacing, y_spacing, hex_size, rotation, border_size, border_color, border_opacity],
1113
  elem_id="examples")
 
 
1114
  with gr.Row():
1115
  gr.HTML(value=getVersions(), visible=True, elem_id="versions")
1116
 
 
1111
  ],
1112
  inputs=[input_image, filter_color, fill_hex, start_x, start_y, end_x, end_y, x_spacing, y_spacing, hex_size, rotation, border_size, border_color, border_opacity],
1113
  elem_id="examples")
1114
+ # with gr.Row():
1115
+ # login_button = gr.LoginButton(size="sm", elem_classes="solid centered", elem_id="hf_login_btn")
1116
  with gr.Row():
1117
  gr.HTML(value=getVersions(), visible=True, elem_id="versions")
1118
 
requirements.txt CHANGED
@@ -27,7 +27,7 @@ pybind11>=2.12
27
  huggingface_hub
28
  # git+https://github.com/huggingface/[email protected]#egg=transformers
29
  #gradio[oauth]
30
- Pillow>=11.0.0
31
  numpy
32
  requests
33
 
 
27
  huggingface_hub
28
  # git+https://github.com/huggingface/[email protected]#egg=transformers
29
  #gradio[oauth]
30
+ Pillow>=11.1.0
31
  numpy
32
  requests
33