Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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():
|