openfree commited on
Commit
d596018
·
verified ·
1 Parent(s): a5e1a8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +18 -15
app.py CHANGED
@@ -328,21 +328,24 @@ with gr.Blocks(css=css, theme=gr.themes.Base()) as demo:
328
  gr.HTML("""
329
  <h1 class="logo-text">🍌 Nano Banana Upscale(X4)</h1>
330
  <p class="subtitle">AI-Powered Image Style Transfer</p>
331
- <div style="display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 20px;">
332
- <a href="https://huggingface.co/spaces/openfree/Nano-Banana-Upscale" target="_blank">
333
- <img src="https://img.shields.io/static/v1?label=NANO%20BANANA&message=UPSCALE&color=%230000ff&labelColor=%23800080&logo=GOOGLE&logoColor=white&style=for-the-badge" alt="Nano Banana Upscale">
334
- </a>
335
- <a href="https://huggingface.co/spaces/openfree/Free-Nano-Banana" target="_blank">
336
- <img src="https://img.shields.io/static/v1?label=NANO%20BANANA&message=FREE&color=%230000ff&labelColor=%23800080&logo=GOOGLE&logoColor=white&style=for-the-badge" alt="Free Nano Banana">
337
- </a>
338
- <a href="https://huggingface.co/spaces/aiqtech/Nano-Banana-API" target="_blank">
339
- <img src="https://img.shields.io/static/v1?label=NANO%20BANANA&message=API&color=%230000ff&labelColor=%23800080&logo=GOOGLE&logoColor=white&style=for-the-badge" alt="Nano Banana API">
340
- </a>
341
- <a href="https://discord.gg/openfreeai" target="_blank">
342
- <img src="https://img.shields.io/static/v1?label=Discord&message=Openfree%20AI&color=%230000ff&labelColor=%23800080&logo=discord&logoColor=white&style=for-the-badge" alt="Discord Openfree AI">
343
- </a>
344
- </div>
345
- """)
 
 
 
346
 
347
  with gr.Column(elem_classes="main-content"):
348
  with gr.Row(equal_height=True):
 
328
  gr.HTML("""
329
  <h1 class="logo-text">🍌 Nano Banana Upscale(X4)</h1>
330
  <p class="subtitle">AI-Powered Image Style Transfer</p>
331
+ <div style="display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 20px;">
332
+ <a href="https://huggingface.co/spaces/openfree/Nano-Banana-Upscale" target="_blank">
333
+ <img src="https://img.shields.io/static/v1?label=NANO%20BANANA&message=UPSCALE&color=%230000ff&labelColor=%23800080&logo=GOOGLE&logoColor=white&style=for-the-badge" alt="Nano Banana Upscale">
334
+ </a>
335
+ <a href="https://huggingface.co/spaces/openfree/Free-Nano-Banana" target="_blank">
336
+ <img src="https://img.shields.io/static/v1?label=NANO%20BANANA&message=FREE&color=%230000ff&labelColor=%23800080&logo=GOOGLE&logoColor=white&style=for-the-badge" alt="Free Nano Banana">
337
+ </a>
338
+ <a href="https://huggingface.co/spaces/aiqtech/Nano-Banana-API" target="_blank">
339
+ <img src="https://img.shields.io/static/v1?label=NANO%20BANANA&message=API&color=%230000ff&labelColor=%23800080&logo=GOOGLE&logoColor=white&style=for-the-badge" alt="Nano Banana API">
340
+ </a>
341
+ <a href="https://huggingface.co/spaces/ginigen/Nano-Banana-Video" target="_blank">
342
+ <img src="https://img.shields.io/static/v1?label=NANO%20BANANA&message=VIDEO&color=%230000ff&labelColor=%23800080&logo=GOOGLE&logoColor=white&style=for-the-badge" alt="Nano Banana VIDEO">
343
+ </a>
344
+ <a href="https://discord.gg/openfreeai" target="_blank">
345
+ <img src="https://img.shields.io/static/v1?label=Discord&message=Openfree%20AI&color=%230000ff&labelColor=%23800080&logo=discord&logoColor=white&style=for-the-badge" alt="Discord Openfree AI">
346
+ </a>
347
+ </div>
348
+ """)
349
 
350
  with gr.Column(elem_classes="main-content"):
351
  with gr.Row(equal_height=True):