Omnibus commited on
Commit
caa7b09
1 Parent(s): c53d8dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -86,13 +86,17 @@ with gr.Blocks() as app:
86
  with gr.Column():
87
  prompt_sky=gr.Textbox(label="Background",value="beautiful landscape, real, 8k")
88
  btn_sky=gr.Button("Make")
89
- out_im_sky=gr.Image(type='filepath',width=50)
90
  out_sky_url=gr.Textbox(visible=False)
91
  with gr.Column():
92
  prompt_star=gr.Textbox(label="Star",value="Colorful Star, blank background")
93
  btn_star=gr.Button("Make")
94
- out_im_star=gr.Image(type='filepath',width=50)
95
  out_star_url=gr.Textbox(visible=False)
 
 
 
 
96
  with gr.Row():
97
  update_game=gr.Button("Use Image")
98
  #start_prompt=gr.Textbox(value="beautiful landscape, real, 8k",visible=False)
 
86
  with gr.Column():
87
  prompt_sky=gr.Textbox(label="Background",value="beautiful landscape, real, 8k")
88
  btn_sky=gr.Button("Make")
89
+ out_im_sky=gr.Image(type='filepath')
90
  out_sky_url=gr.Textbox(visible=False)
91
  with gr.Column():
92
  prompt_star=gr.Textbox(label="Star",value="Colorful Star, blank background")
93
  btn_star=gr.Button("Make")
94
+ out_im_star=gr.Image(type='filepath')
95
  out_star_url=gr.Textbox(visible=False)
96
+ gr.Column()
97
+ gr.Column()
98
+ gr.Column()
99
+
100
  with gr.Row():
101
  update_game=gr.Button("Use Image")
102
  #start_prompt=gr.Textbox(value="beautiful landscape, real, 8k",visible=False)