Spaces:
Runtime error
Runtime error
gokaygokay
commited on
Commit
•
9c3a2b7
1
Parent(s):
30b0e22
Update app.py
Browse files
app.py
CHANGED
@@ -297,7 +297,7 @@ with gr.Blocks(theme='bethecloud/storj_theme') as demo:
|
|
297 |
with gr.Row():
|
298 |
with gr.Column(scale=1):
|
299 |
model_choice = gr.Dropdown(
|
300 |
-
["Pony Realism v21", "Cyber Realistic Pony
|
301 |
label="Model Choice",
|
302 |
value="Pony Realism v21")
|
303 |
positive_prompt = gr.Textbox(label="Positive Prompt", placeholder="Add your positive prompt here")
|
|
|
297 |
with gr.Row():
|
298 |
with gr.Column(scale=1):
|
299 |
model_choice = gr.Dropdown(
|
300 |
+
["Pony Realism v21", "Cyber Realistic Pony v62", "Stallion Dreams Pony Realistic v1"],
|
301 |
label="Model Choice",
|
302 |
value="Pony Realism v21")
|
303 |
positive_prompt = gr.Textbox(label="Positive Prompt", placeholder="Add your positive prompt here")
|