EnigmaOfTheWorld commited on
Commit
99b3432
Β·
1 Parent(s): 9c4834b

Updated image to image

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -627,7 +627,7 @@ home</p>""")
627
  # seed = gr.Text(label="Input Phrase")
628
  im3 = gr.Image()
629
  gr.Markdown("**Refer to the example below**")
630
- gr.HTML(value="<img id='image_to_image' src='https://i.ibb.co/H4k0B7k/c58db90d-9479-411d-aaff-15863d2479a0.jpg' alt='Generate Image from sketch' style='height:500px;width:1200px;border: 2px solid #000;'/>")
631
  gr.HTML(value="<style>#image_to_image:hover{box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);}</style>")
632
  cbtn = gr.Button("Sketch to color")
633
  cbtn.click(transform, inputs=[im2,text4,text5], outputs=im3)
 
627
  # seed = gr.Text(label="Input Phrase")
628
  im3 = gr.Image()
629
  gr.Markdown("**Refer to the example below**")
630
+ gr.HTML(value="<img id='image_to_image' src='https://i.ibb.co/YQ3nhZk/41fa767a-7717-4a47-900a-c39fef88fc38.jpg' alt='Generate Image from sketch' style='height:500px;width:1200px;border: 2px solid #000;'/>")
631
  gr.HTML(value="<style>#image_to_image:hover{box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);}</style>")
632
  cbtn = gr.Button("Sketch to color")
633
  cbtn.click(transform, inputs=[im2,text4,text5], outputs=im3)