Update app.py
Browse files
app.py
CHANGED
|
@@ -70,9 +70,9 @@ def get_demo():
|
|
| 70 |
interactive=True, crop_size="1:1", eraser=False, brush=False,
|
| 71 |
image_mode='RGB')
|
| 72 |
with gr.Row():
|
| 73 |
-
source_prompt = gr.Textbox(label="Init Prompt", info="
|
| 74 |
target_prompt = gr.Textbox(label="Edit Prompt",
|
| 75 |
-
info="
|
| 76 |
config = gr.Radio(["non-stylisation", "stylisation"], value='non-stylisation',
|
| 77 |
label="Type of Editing", info="Selects a config for editing.")
|
| 78 |
with gr.Row():
|
|
|
|
| 70 |
interactive=True, crop_size="1:1", eraser=False, brush=False,
|
| 71 |
image_mode='RGB')
|
| 72 |
with gr.Row():
|
| 73 |
+
source_prompt = gr.Textbox(label="Init Prompt", info="Describes the content on the original image.")
|
| 74 |
target_prompt = gr.Textbox(label="Edit Prompt",
|
| 75 |
+
info="Describes what is expected in the output image.")
|
| 76 |
config = gr.Radio(["non-stylisation", "stylisation"], value='non-stylisation',
|
| 77 |
label="Type of Editing", info="Selects a config for editing.")
|
| 78 |
with gr.Row():
|