KingNish commited on
Commit
0a6f159
·
verified ·
1 Parent(s): bf4a496

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -179,8 +179,8 @@ examples=[
179
  with gr.Blocks(css=css) as demo:
180
  gr.Markdown("# Image Generator Pro")
181
  with gr.Row():
182
- with gr.Column(scale=3):
183
- instruction = gr.Textbox(lines=1, label="Instruction", interactive=True)
184
  with gr.Column(scale=1):
185
  type = gr.Dropdown(["Image Generation","Image Editing"], label="Task", value="Image Generation",interactive=True)
186
  with gr.Column(scale=1):
 
179
  with gr.Blocks(css=css) as demo:
180
  gr.Markdown("# Image Generator Pro")
181
  with gr.Row():
182
+ instruction = gr.Textbox(lines=1, label="Instruction", interactive=True)
183
+ with gr.Row():
184
  with gr.Column(scale=1):
185
  type = gr.Dropdown(["Image Generation","Image Editing"], label="Task", value="Image Generation",interactive=True)
186
  with gr.Column(scale=1):