Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -107,11 +107,10 @@ with image_blocks as demo:
|
|
| 107 |
|
| 108 |
with gr.Row():
|
| 109 |
with gr.Column():
|
| 110 |
-
image = gr.
|
| 111 |
-
# prompt = gr.Textbox(label="Prompt", placeholder="Enter your prompt here...")
|
| 112 |
with gr.Row(elem_id="prompt-container", equal_height=True):
|
| 113 |
-
|
| 114 |
-
|
| 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")
|