Warlord-K commited on
Commit
d454d18
1 Parent(s): 0a781f5

Changed Input image to filepath

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ with gr.Blocks() as demo:
41
 
42
  with gr.Row():
43
  with gr.Column():
44
- image = gr.inputs.Image(type = "pil", label = "Input Image")
45
  # image_url = gr.inputs.Textbox(label = "Input Image URL")
46
  cloth_url = gr.inputs.Textbox(label = "Cloth Image URL")
47
  prompt = gr.inputs.Textbox(label="Editing Prompt")
 
41
 
42
  with gr.Row():
43
  with gr.Column():
44
+ image = gr.inputs.Image(type = "filepath", label = "Input Image")
45
  # image_url = gr.inputs.Textbox(label = "Input Image URL")
46
  cloth_url = gr.inputs.Textbox(label = "Cloth Image URL")
47
  prompt = gr.inputs.Textbox(label="Editing Prompt")