Surn commited on
Commit
5f6634f
·
1 Parent(s): 3124586

Gradio 5.29.1

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. app.py +1 -0
  3. style_20250314.css +5 -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.23.3
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.29.1
9
  app_file: app.py
10
  pinned: true
11
  short_description: Transform Your Images into Mesmerizing Hexagon Grids
app.py CHANGED
@@ -1305,6 +1305,7 @@ with gr.Blocks(css_paths="style_20250314.css", title=title, theme='Surn/beeuty',
1305
  sources=['upload','clipboard'],
1306
  #tool=['editor','select','color-sketch'],
1307
  placeholder="Draw a sketch or upload an image.",
 
1308
  interactive=True,
1309
  elem_classes="centered solid imgcontainer",
1310
  key="imgSketch",
 
1305
  sources=['upload','clipboard'],
1306
  #tool=['editor','select','color-sketch'],
1307
  placeholder="Draw a sketch or upload an image.",
1308
+ elem_id="sketchpad",
1309
  interactive=True,
1310
  elem_classes="centered solid imgcontainer",
1311
  key="imgSketch",
style_20250314.css CHANGED
@@ -21,7 +21,7 @@
21
  /*background-color: rgba(242, 218, 163, 0.62);*/
22
  }
23
 
24
- .dark .gradio-container.gradio-container-5-23-3 .contain .intro .prose {
25
  /*background-color: rgba(41, 18, 5, 0.38) !important;*/
26
  }
27
  .toast-body.info {
@@ -184,4 +184,8 @@ a {
184
  outline-offset: 2px;
185
  padding: 2px;
186
  border-radius: 6px;
 
 
 
 
187
  }
 
21
  /*background-color: rgba(242, 218, 163, 0.62);*/
22
  }
23
 
24
+ .dark .gradio-container.gradio-container-5-29-1 .contain .intro .prose {
25
  /*background-color: rgba(41, 18, 5, 0.38) !important;*/
26
  }
27
  .toast-body.info {
 
184
  outline-offset: 2px;
185
  padding: 2px;
186
  border-radius: 6px;
187
+ }
188
+
189
+ #sketchpad .image-container.svelte-h6gdep {
190
+ height: 480px;
191
  }