comdoleger commited on
Commit
fed5b49
1 Parent(s): 697184e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -21,7 +21,7 @@ example_list = [
21
  [
22
  "examples/in1.jpg",
23
  "A Perfume Bottle, on an ornate marble pedestal, surrounded by cascading jasmine vines, under the soft glow of antique lanterns in an enchanted forest",
24
- 3.50,
25
  "full",
26
  "A transparent Bottle with a semi transparent purple liquide, studio light",
27
  True,
@@ -362,7 +362,6 @@ with block:
362
  with gr.Row():
363
  fore = gr.Image(image_mode='RGBA', type="pil", label="Foreground Image", height=400)
364
  with gr.Column():
365
-
366
  result_gallery = gr.Image(label='Output') #gr.Gallery(height=400, object_fit='contain', label='Outputs')
367
  with gr.Row():
368
  prompt = gr.Textbox(label="Prompt")
@@ -407,7 +406,8 @@ with block:
407
  <center><h2><a href="https://fotographer.ai/">🔗 Check Out our other Projects Here!</a></h2></center>""")
408
 
409
  with gr.Row():
410
- imgholder = gr.Image(visible=False, label='Outputs')
 
411
  gr.Examples(
412
  fn=lambda *args: [args[-1]],
413
  examples=example_list,
 
21
  [
22
  "examples/in1.jpg",
23
  "A Perfume Bottle, on an ornate marble pedestal, surrounded by cascading jasmine vines, under the soft glow of antique lanterns in an enchanted forest",
24
+ 4.0,
25
  "full",
26
  "A transparent Bottle with a semi transparent purple liquide, studio light",
27
  True,
 
362
  with gr.Row():
363
  fore = gr.Image(image_mode='RGBA', type="pil", label="Foreground Image", height=400)
364
  with gr.Column():
 
365
  result_gallery = gr.Image(label='Output') #gr.Gallery(height=400, object_fit='contain', label='Outputs')
366
  with gr.Row():
367
  prompt = gr.Textbox(label="Prompt")
 
406
  <center><h2><a href="https://fotographer.ai/">🔗 Check Out our other Projects Here!</a></h2></center>""")
407
 
408
  with gr.Row():
409
+ with gr.Column():
410
+ imgholder = gr.Image(image_mode='RGBA', type="pil", height=100, label='Outputs')
411
  gr.Examples(
412
  fn=lambda *args: [args[-1]],
413
  examples=example_list,