Spaces:
Running
Running
comdoleger
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -289,14 +289,7 @@ with block:
|
|
289 |
<h1>๐ง F.ai Fuzer v0.1: Transcending image Generation Control!</h1>
|
290 |
<h2>Control Your Creativity with Unmatched Precision: </h2>
|
291 |
<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>
|
292 |
-
|
293 |
-
<ul>
|
294 |
-
<li>๐ผ๏ธ <strong>Consistent Foreground Style:</strong> Keep the foreground's shape and style intact across various backgrounds.</li>
|
295 |
-
<li>๐ <strong>Seamless Blending:</strong> Effortlessly blend foreground elements with any background for a natural look.</li>
|
296 |
-
<li>๐จ <strong>Custom Background Control:</strong> Choose or generate backgrounds that perfectly match your creative vision.</li>
|
297 |
-
<li>โ๏ธ <strong>Easy Integration:</strong> Integrates smoothly with your existing workflow and tools.</li>
|
298 |
-
</ul>
|
299 |
-
|
300 |
<h2>Step-by-Step Instructions</h2>
|
301 |
<p>Follow these instructions to control the generation of backgrounds while keeping the foreground's shape and style consistent:</p>
|
302 |
<ul>
|
@@ -359,10 +352,23 @@ with block:
|
|
359 |
isrmbg = gr.Checkbox(label="Remove Background")
|
360 |
isrmbg.change(fn=update_value, inputs=isrmbg, outputs=isrmbg)
|
361 |
generate_button = gr.Button(value="Generate")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
362 |
|
363 |
gr.HTML("""
|
364 |
<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>""")
|
365 |
-
|
366 |
with gr.Row():
|
367 |
imgholder = gr.Image(visible=False, label='Outputs')
|
368 |
gr.Examples(
|
|
|
289 |
<h1>๐ง F.ai Fuzer v0.1: Transcending image Generation Control!</h1>
|
290 |
<h2>Control Your Creativity with Unmatched Precision: </h2>
|
291 |
<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>
|
292 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
293 |
<h2>Step-by-Step Instructions</h2>
|
294 |
<p>Follow these instructions to control the generation of backgrounds while keeping the foreground's shape and style consistent:</p>
|
295 |
<ul>
|
|
|
352 |
isrmbg = gr.Checkbox(label="Remove Background")
|
353 |
isrmbg.change(fn=update_value, inputs=isrmbg, outputs=isrmbg)
|
354 |
generate_button = gr.Button(value="Generate")
|
355 |
+
|
356 |
+
gr.HTML('''
|
357 |
+
|
358 |
+
<div class="container">
|
359 |
+
<h2>Features:</h2>
|
360 |
+
<ul>
|
361 |
+
<li>๐ผ๏ธ <strong>Consistent Foreground Style:</strong> Keep the foreground's shape and style intact across various backgrounds.</li>
|
362 |
+
<li>๐ <strong>Seamless Blending:</strong> Effortlessly blend foreground elements with any background for a natural look.</li>
|
363 |
+
<li>๐จ <strong>Custom Background Control:</strong> Choose or generate backgrounds that perfectly match your creative vision.</li>
|
364 |
+
<li>โ๏ธ <strong>Easy Integration:</strong> Integrates smoothly with your existing workflow and tools.</li>
|
365 |
+
</ul>
|
366 |
+
</div>
|
367 |
+
''')
|
368 |
|
369 |
gr.HTML("""
|
370 |
<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>""")
|
371 |
+
|
372 |
with gr.Row():
|
373 |
imgholder = gr.Image(visible=False, label='Outputs')
|
374 |
gr.Examples(
|