Spaces:
Running
on
Zero
Running
on
Zero
Gradio 5.19.0
Browse files- README.md +1 -1
- app.py +2 -0
- requirements.txt +1 -1
- style_20250128.css +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.
|
| 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/transformers@v4.48.3#egg=transformers
|
| 29 |
#gradio[oauth]
|
| 30 |
-
Pillow>=11.
|
| 31 |
numpy
|
| 32 |
requests
|
| 33 |
|
|
|
|
| 27 |
huggingface_hub
|
| 28 |
# git+https://github.com/huggingface/transformers@v4.48.3#egg=transformers
|
| 29 |
#gradio[oauth]
|
| 30 |
+
Pillow>=11.1.0
|
| 31 |
numpy
|
| 32 |
requests
|
| 33 |
|
style_20250128.css
CHANGED
|
@@ -20,7 +20,7 @@
|
|
| 20 |
background-color: rgba(242, 218, 163, 0.62);
|
| 21 |
}
|
| 22 |
|
| 23 |
-
.dark .gradio-container.gradio-container-5-
|
| 24 |
background-color: rgba(41, 18, 5, 0.38) !important;
|
| 25 |
}
|
| 26 |
|
|
|
|
| 20 |
background-color: rgba(242, 218, 163, 0.62);
|
| 21 |
}
|
| 22 |
|
| 23 |
+
.dark .gradio-container.gradio-container-5-19-0 .contain .intro .prose {
|
| 24 |
background-color: rgba(41, 18, 5, 0.38) !important;
|
| 25 |
}
|
| 26 |
|