Spaces:

sashapff commited on
Commit
48b8cc6
1 Parent(s): 4627d9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Describs the content on the original image.")
74
  target_prompt = gr.Textbox(label="Edit Prompt",
75
- info="Describs 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():
 
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():