KingNish commited on
Commit
9b50823
Β·
verified Β·
1 Parent(s): b55c844

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -204,7 +204,7 @@ examples=[
204
  ]
205
 
206
  with gr.Blocks(css=css) as demo:
207
- gr.Markdown("# Image Generaation , 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)
 
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)