Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,8 +59,8 @@ description = "This app uses Bulatnaya V1 model to generate an image based on th
|
|
| 59 |
input_prompt = gr.Textbox(label="Enter Prompt 📝", placeholder="E.g. 'Bulatnaya in red suit'")
|
| 60 |
output_generated_image = gr.Image(label="Generated Image")
|
| 61 |
examples = [
|
| 62 |
-
"Bulatnaya in swimsuit on the beach"
|
| 63 |
-
"Bulatnaya eating chicken in gold restaurant"
|
| 64 |
"Bulatnaya screaming at plate"
|
| 65 |
]
|
| 66 |
|
|
|
|
| 59 |
input_prompt = gr.Textbox(label="Enter Prompt 📝", placeholder="E.g. 'Bulatnaya in red suit'")
|
| 60 |
output_generated_image = gr.Image(label="Generated Image")
|
| 61 |
examples = [
|
| 62 |
+
"Bulatnaya in swimsuit on the beach",
|
| 63 |
+
"Bulatnaya eating chicken in gold restaurant",
|
| 64 |
"Bulatnaya screaming at plate"
|
| 65 |
]
|
| 66 |
|