kraxenia commited on
Commit
9e2e30b
·
verified ·
1 Parent(s): 94d83be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -107,11 +107,10 @@ with image_blocks as demo:
107
 
108
  with gr.Row():
109
  with gr.Column():
110
- image = gr.ImageEditor(sources=["upload"], layers=False, transforms=[])
111
- # prompt = gr.Textbox(label="Prompt", placeholder="Enter your prompt here...")
112
  with gr.Row(elem_id="prompt-container", equal_height=True):
113
- with gr.Column():
114
- btn = gr.Button("Restyle!", elem_id="run_button")
115
 
116
  with gr.Column():
117
  image_out = gr.Image(label="Output", elem_id="output-img")
 
107
 
108
  with gr.Row():
109
  with gr.Column():
110
+ image = gr.Image(label="Upload an image")
 
111
  with gr.Row(elem_id="prompt-container", equal_height=True):
112
+ with gr.Column():
113
+ btn = gr.Button("Restyle!", elem_id="run_button")
114
 
115
  with gr.Column():
116
  image_out = gr.Image(label="Output", elem_id="output-img")