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():