linoyts HF Staff commited on
Commit
2d0c6a2
·
verified ·
1 Parent(s): 467ed83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -490,13 +490,13 @@ with gr.Blocks(css=css) as demo:
490
  label="Light Direction",
491
  scale=1
492
  )
493
- # Changed from Gallery to Image
494
- result = gr.ImageSlider(
495
- label="Result",
496
- show_label=True,
497
- type="pil"
498
- )
499
- final_prompt = gr.Textbox(label="Processed prompt")
500
 
501
  with gr.Row():
502
  prompt = gr.Text(
 
490
  label="Light Direction",
491
  scale=1
492
  )
493
+ with gr.Column():
494
+ result = gr.ImageSlider(
495
+ label="Result",
496
+ show_label=True,
497
+ type="pil"
498
+ )
499
+ final_prompt = gr.Textbox(label="Processed prompt")
500
 
501
  with gr.Row():
502
  prompt = gr.Text(