merve HF staff commited on
Commit
89dfc0b
Β·
1 Parent(s): 43881b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -41,6 +41,7 @@ with gr.Blocks(theme="gradio/soft") as demo:
41
  gr.Markdown("# 🎁 Starter Pack Generator 🎁")
42
  gr.Markdown("Enter a twitter username and this will return a starter pack for a person based on their latest tweets 🦜")
43
  gr.Markdown("Each generation might take up to a minute, please be patient, grab a green tea 🍡")
 
44
 
45
  with gr.Row():
46
  with gr.Column():
 
41
  gr.Markdown("# 🎁 Starter Pack Generator 🎁")
42
  gr.Markdown("Enter a twitter username and this will return a starter pack for a person based on their latest tweets 🦜")
43
  gr.Markdown("Each generation might take up to a minute, please be patient, grab a green tea 🍡")
44
+ gr.Markdown("This tweet uses Stable Diffusion space, so if you get `The queue is full!`Β please try again later, give the artist some break πŸ§‘β€πŸŽ¨")
45
 
46
  with gr.Row():
47
  with gr.Column():