cmahima commited on
Commit
5e38bbe
·
1 Parent(s): 04dd147
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- import spaces
3
  from PIL import Image
4
  from src.tryon_pipeline import StableDiffusionXLInpaintPipeline as TryonPipeline
5
  from src.unet_hacked_garmnet import UNet2DConditionModel as UNet2DConditionModel_ref
@@ -295,7 +295,7 @@ with image_blocks as demo:
295
  fetch_button = gr.Button("Fetch Products")
296
  image_gallery = gr.Gallery(label="Fetched Images").style(grid=[3], height="200px")
297
  price_display = gr.Textbox(label="Price of Selected Image", interactive=False)
298
- url_display = gr.Markdown()
299
  with gr.Column():
300
  # image_out = gr.Image(label="Output", elem_id="output-img", height=400)
301
  masked_img = gr.Image(label="Masked image output", elem_id="masked-img",show_share_button=False)
 
1
  import gradio as gr
2
+ #import spaces
3
  from PIL import Image
4
  from src.tryon_pipeline import StableDiffusionXLInpaintPipeline as TryonPipeline
5
  from src.unet_hacked_garmnet import UNet2DConditionModel as UNet2DConditionModel_ref
 
295
  fetch_button = gr.Button("Fetch Products")
296
  image_gallery = gr.Gallery(label="Fetched Images").style(grid=[3], height="200px")
297
  price_display = gr.Textbox(label="Price of Selected Image", interactive=False)
298
+ url_display = gr.Textbox(label="URL of Selected Image", interactive=True)
299
  with gr.Column():
300
  # image_out = gr.Image(label="Output", elem_id="output-img", height=400)
301
  masked_img = gr.Image(label="Masked image output", elem_id="masked-img",show_share_button=False)