Update app.py
Browse files
app.py
CHANGED
@@ -219,18 +219,6 @@ with gr.Blocks (theme=gr.themes.Default(primary_hue="pink", secondary_hue="pink"
|
|
219 |
with gr.Row():
|
220 |
gr.Textbox(label="Sample prompt", value="{prompt} | ultra detail, ultra elaboration, ultra quality, perfect.")
|
221 |
|
222 |
-
with gr.Accordion("Advanced Settings Overview", open=False):
|
223 |
-
gr.Markdown(
|
224 |
-
""" # `Alyxsissy`
|
225 |
-
## Error Codes:
|
226 |
-
#### 500: Error Fetching Model
|
227 |
-
###### This is a temporary error usually caused by a model experiencing high demand, or it is being updated. Try again in a few minutes.
|
228 |
-
|
229 |
-
#### 503: Model is being loaded
|
230 |
-
###### When a particular model hasn't been used for some time, it goes into sleep mode. Error 503 means that the model is being loaded and will be ready within a minute.
|
231 |
-
"""
|
232 |
-
)
|
233 |
-
|
234 |
with gr.Accordion("Advanced Settings Overview", open=False):
|
235 |
gr.Markdown(
|
236 |
""" # `Alyxsissy`
|
@@ -257,6 +245,18 @@ with gr.Blocks (theme=gr.themes.Default(primary_hue="pink", secondary_hue="pink"
|
|
257 |
"""
|
258 |
)
|
259 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
260 |
with gr.Row():
|
261 |
text_button = gr.Button("Run", variant='primary', elem_id="gen-button")
|
262 |
with gr.Row():
|
|
|
219 |
with gr.Row():
|
220 |
gr.Textbox(label="Sample prompt", value="{prompt} | ultra detail, ultra elaboration, ultra quality, perfect.")
|
221 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
222 |
with gr.Accordion("Advanced Settings Overview", open=False):
|
223 |
gr.Markdown(
|
224 |
""" # `Alyxsissy`
|
|
|
245 |
"""
|
246 |
)
|
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.
|
254 |
+
|
255 |
+
#### 503: Model is being loaded
|
256 |
+
###### When a particular model hasn't been used for some time, it goes into sleep mode. Error 503 means that the model is being loaded and will be ready within a minute.
|
257 |
+
"""
|
258 |
+
)
|
259 |
+
|
260 |
with gr.Row():
|
261 |
text_button = gr.Button("Run", variant='primary', elem_id="gen-button")
|
262 |
with gr.Row():
|