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