anushka81 commited on
Commit
54c658a
·
1 Parent(s): f24d347

fixes app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ with gr.Blocks(theme='Respair/Shiki@1.2.2') as demo:
33
 
34
  with gr.Tab("Image-to-Image"):
35
  with gr.Row():
36
- init_image = gr.Image(source="upload", tool="editor", type="pil", label="Initial Image")
37
  with gr.Row():
38
  img_prompt = gr.Textbox(label="Prompt", placeholder="Describe modifications...")
39
  img_negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="Enter what to avoid...")
 
33
 
34
  with gr.Tab("Image-to-Image"):
35
  with gr.Row():
36
+ init_image = gr.Image(type="pil", tool="editor", label="Initial Image")
37
  with gr.Row():
38
  img_prompt = gr.Textbox(label="Prompt", placeholder="Describe modifications...")
39
  img_negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="Enter what to avoid...")