comdoleger commited on
Commit
4c82520
β€’
1 Parent(s): 51eac30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -9
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
- <h2>Features:</h2>
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(