oort commited on
Commit
ec7331e
·
verified ·
1 Parent(s): 531101b

Fix typos in Gradio_UI

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +2 -2
Gradio_UI.py CHANGED
@@ -298,7 +298,7 @@ class GradioUI:
298
  ) as demo:
299
  gr.Markdown(
300
  """
301
- #'Draw me ...' agent
302
  I will enhance your basic prompt to make it perfect for Flux image generation.
303
  """
304
  )
@@ -315,7 +315,7 @@ class GradioUI:
315
  scale=1,
316
  )
317
  text_input = gr.Textbox(
318
- label="Draw me [write what you want to bi in the generated picture]",
319
  placeholder="Type your question here...",
320
  )
321
  submit_button = gr.Button("Send")
 
298
  ) as demo:
299
  gr.Markdown(
300
  """
301
+ 'Draw me ...' agent -
302
  I will enhance your basic prompt to make it perfect for Flux image generation.
303
  """
304
  )
 
315
  scale=1,
316
  )
317
  text_input = gr.Textbox(
318
+ label="Draw me [write what you want to be in the generated picture]",
319
  placeholder="Type your question here...",
320
  )
321
  submit_button = gr.Button("Send")