DigiP-AI commited on
Commit
90b9bb9
·
verified ·
1 Parent(s): 160ac3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -112,7 +112,7 @@ with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
112
  with gr.Column(elem_id="app-container"):
113
  with gr.Row():
114
  with gr.Column(elem_id="prompt-container"):
115
- with gr.Group:
116
  with gr.Row():
117
  text_prompt = gr.Textbox(label="Image Prompt", placeholder="Enter a prompt here", lines=2, show_copy_button = True, elem_id="prompt-text-input")
118
  with gr.Row():
@@ -160,7 +160,7 @@ with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
160
  clear_prompt =gr.Button("Clear Prompt",variant="primary", elem_id="clear_button")
161
  clear_prompt.click(lambda: (None), None, [text_prompt], queue=False, show_api=False)
162
 
163
- with gr.Group:
164
  with gr.Row():
165
  image_output = gr.Image(type="pil", label="Image Output", format="png", show_share_button=False, elem_id="gallery")
166
  with gr.Row():
 
112
  with gr.Column(elem_id="app-container"):
113
  with gr.Row():
114
  with gr.Column(elem_id="prompt-container"):
115
+ with gr.Group():
116
  with gr.Row():
117
  text_prompt = gr.Textbox(label="Image Prompt", placeholder="Enter a prompt here", lines=2, show_copy_button = True, elem_id="prompt-text-input")
118
  with gr.Row():
 
160
  clear_prompt =gr.Button("Clear Prompt",variant="primary", elem_id="clear_button")
161
  clear_prompt.click(lambda: (None), None, [text_prompt], queue=False, show_api=False)
162
 
163
+ with gr.Group():
164
  with gr.Row():
165
  image_output = gr.Image(type="pil", label="Image Output", format="png", show_share_button=False, elem_id="gallery")
166
  with gr.Row():