Spaces:
Running
Running
comdoleger
commited on
Commit
•
9349b05
1
Parent(s):
c178277
Update app.py
Browse files
app.py
CHANGED
@@ -249,14 +249,12 @@ div#share-btn-container > div {flex-direction: row;background: black;align-items
|
|
249 |
"""
|
250 |
block = gr.Blocks(css=css, title="## F.ai Fuzer").queue()
|
251 |
with block:
|
252 |
-
gr.HTML("""
|
253 |
-
<center><h1 style="color:#000">F.ai Fuzer v0.1: Transcending image Generation Control </h1></center>""")
|
254 |
|
255 |
gr.HTML('''
|
256 |
|
257 |
<div class="container">
|
258 |
-
<h1>🔧
|
259 |
-
<h2>Control Your Creativity with Unmatched Precision</h2>
|
260 |
<p>F.ai Fuzer v0.1 empowers you to seamlessly blend foreground elements with any background, while maintaining the shape and style consistency of the foreground. This tool transcends traditional image generation methods by giving you unprecedented control over the final output.</p>
|
261 |
<h2>Features:</h2>
|
262 |
<ul>
|
@@ -267,6 +265,8 @@ with block:
|
|
267 |
</ul>
|
268 |
</div>
|
269 |
''')
|
|
|
|
|
270 |
|
271 |
with gr.Row():
|
272 |
gr.Markdown("### F.ai Fuzer: Real Composite Photography in 2 minutes!")
|
@@ -301,7 +301,8 @@ with block:
|
|
301 |
isrmbg.change(fn=update_value, inputs=isrmbg, outputs=isrmbg)
|
302 |
generate_button = gr.Button(value="Generate")
|
303 |
|
304 |
-
|
|
|
305 |
|
306 |
ips = [fore, prompt, intensity, mode, refprompt, isrmbg]
|
307 |
generate_button.click(fn=process_generate, inputs=ips, outputs=[result_gallery])
|
|
|
249 |
"""
|
250 |
block = gr.Blocks(css=css, title="## F.ai Fuzer").queue()
|
251 |
with block:
|
|
|
|
|
252 |
|
253 |
gr.HTML('''
|
254 |
|
255 |
<div class="container">
|
256 |
+
<h1>🔧 F.ai Fuzer v0.1: Transcending image Generation Control!</h1>
|
257 |
+
<h2>Control Your Creativity with Unmatched Precision: </h2>
|
258 |
<p>F.ai Fuzer v0.1 empowers you to seamlessly blend foreground elements with any background, while maintaining the shape and style consistency of the foreground. This tool transcends traditional image generation methods by giving you unprecedented control over the final output.</p>
|
259 |
<h2>Features:</h2>
|
260 |
<ul>
|
|
|
265 |
</ul>
|
266 |
</div>
|
267 |
''')
|
268 |
+
gr.HTML("""
|
269 |
+
<center><h2><a href="https://test-apidash-dot-lightr-fotographer-app-dot-fotographer-ai.an.r.appspot.com/login.html">🔗 Full Release Here:</a></h2></center>""")
|
270 |
|
271 |
with gr.Row():
|
272 |
gr.Markdown("### F.ai Fuzer: Real Composite Photography in 2 minutes!")
|
|
|
301 |
isrmbg.change(fn=update_value, inputs=isrmbg, outputs=isrmbg)
|
302 |
generate_button = gr.Button(value="Generate")
|
303 |
|
304 |
+
gr.HTML("""
|
305 |
+
<center><h2><a href="https://test-apidash-dot-lightr-fotographer-app-dot-fotographer-ai.an.r.appspot.com/login.html">🔗 Check Out our other Projects Here!:</a></h2></center>""")
|
306 |
|
307 |
ips = [fore, prompt, intensity, mode, refprompt, isrmbg]
|
308 |
generate_button.click(fn=process_generate, inputs=ips, outputs=[result_gallery])
|