comdoleger commited on
Commit
ad78530
1 Parent(s): a885e1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -113,7 +113,7 @@ div#share-btn-container > div {flex-direction: row;background: black;align-items
113
  background: #1565c0;
114
  }
115
  """
116
- block = gr.Blocks(css=css, title="## F.ai Lanthos").queue()
117
  with block:
118
  gr.HTML("""
119
  <center><h1 style="color:#000">Fotographer AI Lanthos</h1></center>""")
@@ -127,7 +127,7 @@ with block:
127
  ''')
128
 
129
  with gr.Row():
130
- gr.Markdown("### F.ai Lanthos: Real Composite Photography in 2 minutes!")
131
  with gr.Row():
132
  fore = gr.Image(image_mode='RGBA', type="pil", label="Foreground Image", height=400)
133
  with gr.Column():
 
113
  background: #1565c0;
114
  }
115
  """
116
+ block = gr.Blocks(css=css, title="## F.ai Fuzer").queue()
117
  with block:
118
  gr.HTML("""
119
  <center><h1 style="color:#000">Fotographer AI Lanthos</h1></center>""")
 
127
  ''')
128
 
129
  with gr.Row():
130
+ gr.Markdown("### F.ai Fuzer: Real Composite Photography in 2 minutes!")
131
  with gr.Row():
132
  fore = gr.Image(image_mode='RGBA', type="pil", label="Foreground Image", height=400)
133
  with gr.Column():