Spaces:
Runtime error
Runtime error
Commit
·
db1e179
1
Parent(s):
51a84bf
Update app.py
Browse filesforgot bracket, fixed SyntaxError
app.py
CHANGED
@@ -324,7 +324,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
324 |
[models[0].name, "portrait of a beautiful alyx vance half life", 10, 25],
|
325 |
[models[1].name, "Brad Pitt with sunglasses, highly realistic", 7.5, 25],
|
326 |
[models[2].name, "(extremely detailed CG unity 8k wallpaper), the most beautiful artwork in the world", 7.5, 25],
|
327 |
-
[models[3.name, "(extremely detailed CG unity 8k wallpaper), full shot body photo star lord chris pratt posing in an outdoor spaceship, holding a gun, extremely detailed, trending on ArtStation, trending on CGSociety, Intricate, High Detail, dramatic, realism, beautiful and detailed lighting, shadows", 7.5, 25],
|
328 |
[models[4].name, "(extremely detailed CG unity 8k wallpaper), full body portrait of (david:1.1), staring at us with a mysterious gaze, realistic, masterpiece, highest quality, ((scifi)), lens flare, ((light sparkles)), unreal engine, digital painting, trending on ArtStation, trending on CGSociety, Intricate, High Detail, dramatic, realism, beautiful and detailed lighting, shadows", 7.5, 25],
|
329 |
],
|
330 |
inputs=[model_name, prompt, guidance, steps],
|
|
|
324 |
[models[0].name, "portrait of a beautiful alyx vance half life", 10, 25],
|
325 |
[models[1].name, "Brad Pitt with sunglasses, highly realistic", 7.5, 25],
|
326 |
[models[2].name, "(extremely detailed CG unity 8k wallpaper), the most beautiful artwork in the world", 7.5, 25],
|
327 |
+
[models[3].name, "(extremely detailed CG unity 8k wallpaper), full shot body photo star lord chris pratt posing in an outdoor spaceship, holding a gun, extremely detailed, trending on ArtStation, trending on CGSociety, Intricate, High Detail, dramatic, realism, beautiful and detailed lighting, shadows", 7.5, 25],
|
328 |
[models[4].name, "(extremely detailed CG unity 8k wallpaper), full body portrait of (david:1.1), staring at us with a mysterious gaze, realistic, masterpiece, highest quality, ((scifi)), lens flare, ((light sparkles)), unreal engine, digital painting, trending on ArtStation, trending on CGSociety, Intricate, High Detail, dramatic, realism, beautiful and detailed lighting, shadows", 7.5, 25],
|
329 |
],
|
330 |
inputs=[model_name, prompt, guidance, steps],
|