Omnibus commited on
Commit
8c1d673
1 Parent(s): d0fdf3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -93,10 +93,10 @@ with gr.Blocks() as app:
93
  with gr.Row():
94
  with gr.Column():
95
  with gr.Row():
96
- prompt_sky=gr.Textbox("Background",value="beautiful landscape, real, 8k")
97
  btn_sky=gr.Button("Make")
98
  with gr.Row():
99
- prompt_star=gr.Textbox("Star")
100
  btn_star=gr.Button("Make")
101
  with gr.Row():
102
  update_game=gr.Button("Use Image")
 
93
  with gr.Row():
94
  with gr.Column():
95
  with gr.Row():
96
+ prompt_sky=gr.Textbox(label="Background",value="beautiful landscape, real, 8k")
97
  btn_sky=gr.Button("Make")
98
  with gr.Row():
99
+ prompt_star=gr.Textbox(label="Star",value="Star")
100
  btn_star=gr.Button("Make")
101
  with gr.Row():
102
  update_game=gr.Button("Use Image")