Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -221,7 +221,7 @@ with gr.Blocks (theme=gr.themes.Default(primary_hue="pink", secondary_hue="pink"
|
|
221 |
|
222 |
with gr.Accordion("Advanced Settings Overview", open=False):
|
223 |
gr.Markdown(
|
224 |
-
""" # `Alyxsissy`
|
225 |
## Negative Prompt
|
226 |
###### This box is for telling the AI what you don't want in your images. Think of it as a way to avoid certain elements. For instance, if you don't want blurry images or extra limbs showing up, this is where you'd mention it.
|
227 |
|
@@ -247,7 +247,7 @@ with gr.Blocks (theme=gr.themes.Default(primary_hue="pink", secondary_hue="pink"
|
|
247 |
|
248 |
with gr.Accordion("Error Codes and What They Mean", open=False):
|
249 |
gr.Markdown(
|
250 |
-
""" # `Alyxsissy`
|
251 |
## Error Codes:
|
252 |
#### 500: Error Fetching Model
|
253 |
###### This is a temporary error usually caused by a model experiencing high demand, or it is being updated. Try again in a few minutes.
|
|
|
221 |
|
222 |
with gr.Accordion("Advanced Settings Overview", open=False):
|
223 |
gr.Markdown(
|
224 |
+
""" # `Alyxsissy.com`
|
225 |
## Negative Prompt
|
226 |
###### This box is for telling the AI what you don't want in your images. Think of it as a way to avoid certain elements. For instance, if you don't want blurry images or extra limbs showing up, this is where you'd mention it.
|
227 |
|
|
|
247 |
|
248 |
with gr.Accordion("Error Codes and What They Mean", open=False):
|
249 |
gr.Markdown(
|
250 |
+
""" # `Alyxsissy.com`
|
251 |
## Error Codes:
|
252 |
#### 500: Error Fetching Model
|
253 |
###### This is a temporary error usually caused by a model experiencing high demand, or it is being updated. Try again in a few minutes.
|