Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -204,7 +204,7 @@ examples=[
|
|
204 |
]
|
205 |
|
206 |
with gr.Blocks(css=css) as demo:
|
207 |
-
gr.Markdown("# Image
|
208 |
with gr.Row():
|
209 |
instruction = gr.Textbox(lines=1, label="Instruction", interactive=True)
|
210 |
generate_button = gr.Button("Run", scale=0)
|
|
|
204 |
]
|
205 |
|
206 |
with gr.Blocks(css=css) as demo:
|
207 |
+
gr.Markdown("# Image Generation , Image Editing \n ### Note: First image generation takes time")
|
208 |
with gr.Row():
|
209 |
instruction = gr.Textbox(lines=1, label="Instruction", interactive=True)
|
210 |
generate_button = gr.Button("Run", scale=0)
|