Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -117,7 +117,7 @@ def infer(
|
|
| 117 |
return image, seed
|
| 118 |
|
| 119 |
examples = [
|
| 120 |
-
"photorealistic portrait of a young
|
| 121 |
"head helmet portrait of a futuristic armored soldier, worn brushed metal armor with neon blue accents, realistic cloth under-armor, weathering and scratches, volumetric rim light, cinematic pose, high detail, photoreal",
|
| 122 |
"arctic mountain in snow, insulated modules, panorama view, blowing snow, cold blue light, realistic snow accumulation, high detail",]
|
| 123 |
|
|
@@ -185,4 +185,4 @@ with gr.Blocks(css=css, theme=custom_theme) as demo:
|
|
| 185 |
outputs=[result, seed],
|
| 186 |
)
|
| 187 |
if __name__ == "__main__":
|
| 188 |
-
demo.launch()
|
|
|
|
| 117 |
return image, seed
|
| 118 |
|
| 119 |
examples = [
|
| 120 |
+
"photorealistic portrait of a young woman, cinematic rim lighting, soft golden hour backlight, detailed skin pores, realistic eyelashes, 85mm lens, shallow depth of field, ultra-detailed, high dynamic range, film grain, detailed, 8k",
|
| 121 |
"head helmet portrait of a futuristic armored soldier, worn brushed metal armor with neon blue accents, realistic cloth under-armor, weathering and scratches, volumetric rim light, cinematic pose, high detail, photoreal",
|
| 122 |
"arctic mountain in snow, insulated modules, panorama view, blowing snow, cold blue light, realistic snow accumulation, high detail",]
|
| 123 |
|
|
|
|
| 185 |
outputs=[result, seed],
|
| 186 |
)
|
| 187 |
if __name__ == "__main__":
|
| 188 |
+
demo.launch()
|