Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
β’
50badfd
1
Parent(s):
d3f4a3e
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ gradio_interface = Interface(
|
|
28 |
],
|
29 |
outputs=Image(type="pil", show_download_button=True),
|
30 |
examples=[
|
31 |
-
["1 young woman , 18 yo , full body shot , perfect teen body , Photorealistic, real photo,
|
32 |
],
|
33 |
cache_examples=False,
|
34 |
theme=gr.themes.Soft()
|
|
|
28 |
],
|
29 |
outputs=Image(type="pil", show_download_button=True),
|
30 |
examples=[
|
31 |
+
["1 young woman , 18 yo , full body shot , perfect teen body , Photorealistic, real photo,"],
|
32 |
],
|
33 |
cache_examples=False,
|
34 |
theme=gr.themes.Soft()
|