KingNish commited on
Commit
8c5574c
1 Parent(s): 551ddca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -175,7 +175,9 @@ examples = [
175
  "an astronaut sitting in a diner, eating fries, cinematic, analog film",
176
  ]
177
 
178
- with gr.Row(equal_height=False):
 
 
179
  with gr.Group():
180
  with gr.Row():
181
  prompt = gr.Text(
 
175
  "an astronaut sitting in a diner, eating fries, cinematic, analog film",
176
  ]
177
 
178
+ with gr.Blocks() as demo:
179
+ gr.Markdown(DESCRIPTION)
180
+ with gr.Row(equal_height=False):
181
  with gr.Group():
182
  with gr.Row():
183
  prompt = gr.Text(