Update app.py
Browse files
app.py
CHANGED
@@ -175,7 +175,9 @@ examples = [
|
|
175 |
"an astronaut sitting in a diner, eating fries, cinematic, analog film",
|
176 |
]
|
177 |
|
178 |
-
|
|
|
|
|
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(
|