kraxenia commited on
Commit
bfd8dab
·
verified ·
1 Parent(s): 9e2e30b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -98,7 +98,7 @@ div#share-btn-container > div {flex-direction: row;background: black;align-items
98
  image_blocks = gr.Blocks(css=css, elem_id="total-container")
99
  with image_blocks as demo:
100
  with gr.Column(elem_id="col-container"):
101
- gr.Markdown("## BRIA Generative Fill API")
102
  gr.HTML('''
103
  <p style="margin-bottom: 10px; font-size: 94%">
104
  This demo showcases the BRIA Tailored Portrait capability
@@ -108,7 +108,6 @@ with image_blocks as demo:
108
  with gr.Row():
109
  with gr.Column():
110
  image = gr.Image(label="Upload an image")
111
- with gr.Row(elem_id="prompt-container", equal_height=True):
112
  with gr.Column():
113
  btn = gr.Button("Restyle!", elem_id="run_button")
114
 
 
98
  image_blocks = gr.Blocks(css=css, elem_id="total-container")
99
  with image_blocks as demo:
100
  with gr.Column(elem_id="col-container"):
101
+ gr.Markdown("## BRIA Restyle Portrait API")
102
  gr.HTML('''
103
  <p style="margin-bottom: 10px; font-size: 94%">
104
  This demo showcases the BRIA Tailored Portrait capability
 
108
  with gr.Row():
109
  with gr.Column():
110
  image = gr.Image(label="Upload an image")
 
111
  with gr.Column():
112
  btn = gr.Button("Restyle!", elem_id="run_button")
113