Kvikontent commited on
Commit
d1061a8
·
verified ·
1 Parent(s): 2151b1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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