Spaces:
Running
Running
comdoleger
commited on
Update app.py
Browse files
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
|
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
|
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():
|