merve HF Staff commited on
Commit
96c0a64
·
1 Parent(s): 89dfc0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +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
- 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():
 
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 application 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():