myn0908 commited on
Commit
cc9bdcc
1 Parent(s): 37c672e
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -220,7 +220,13 @@ with gr.Blocks(css=css, theme="NoCrypt/miku@1.2.1") as demo:
220
  layers=False
221
  )
222
  with gr.Group():
 
223
  url_image = gr.Textbox(label="Image URLS", value="")
 
 
 
 
 
224
  with gr.Row():
225
  ui_mode = gr.Radio(
226
  choices=["Light Mode", "Dark Mode"],
@@ -242,11 +248,6 @@ with gr.Blocks(css=css, theme="NoCrypt/miku@1.2.1") as demo:
242
  value="float16",
243
  label="Demo Speed",
244
  interactive=True)
245
- type_image = gr.Radio(
246
- choices=["RGB", "SKETCH"],
247
- value="SKETCH",
248
- label="Type of Image (Color Image or Sketch Image)",
249
- interactive=True)
250
 
251
  with gr.Column(elem_id="column_output"):
252
  gr.Markdown("## IMAGE GENERATE", elem_id="output_header")
 
220
  layers=False
221
  )
222
  with gr.Group():
223
+ with gr.Row():
224
  url_image = gr.Textbox(label="Image URLS", value="")
225
+ type_image = gr.Radio(
226
+ choices=["RGB", "SKETCH"],
227
+ value="SKETCH",
228
+ label="Type of Image (Color Image or Sketch Image)",
229
+ interactive=True)
230
  with gr.Row():
231
  ui_mode = gr.Radio(
232
  choices=["Light Mode", "Dark Mode"],
 
248
  value="float16",
249
  label="Demo Speed",
250
  interactive=True)
 
 
 
 
 
251
 
252
  with gr.Column(elem_id="column_output"):
253
  gr.Markdown("## IMAGE GENERATE", elem_id="output_header")