Spaces:
Runtime error
Runtime error
Changed Input image to filepath
Browse files
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 = "
|
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")
|