aiqtech commited on
Commit
0b26a0f
·
verified ·
1 Parent(s): b2b968d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +17 -17
app.py CHANGED
@@ -415,23 +415,23 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
415
  <p class="header-subtitle">
416
  AI Image Generator powered by Google Nano Banana
417
  </p>
418
- <div style="display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 20px;">
419
- <a href="https://huggingface.co/spaces/openfree/Nano-Banana-Upscale" target="_blank">
420
- <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">
421
- </a>
422
- <a href="https://huggingface.co/spaces/openfree/Free-Nano-Banana" target="_blank">
423
- <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">
424
- </a>
425
- <a href="https://huggingface.co/spaces/aiqtech/Nano-Banana-API" target="_blank">
426
- <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">
427
- </a>
428
- <a href="https://huggingface.co/spaces/ginigen/Nano-Banana-Video" target="_blank">
429
- <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">
430
- </a>
431
- <a href="https://discord.gg/openfreeai" target="_blank">
432
- <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">
433
- </a>
434
- </div>
435
  """)
436
 
437
  # Login Notice
 
415
  <p class="header-subtitle">
416
  AI Image Generator powered by Google Nano Banana
417
  </p>
418
+ <div style="display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 20px;">
419
+ <a href="https://huggingface.co/spaces/openfree/Nano-Banana-Upscale" target="_blank">
420
+ <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">
421
+ </a>
422
+ <a href="https://huggingface.co/spaces/openfree/Free-Nano-Banana" target="_blank">
423
+ <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">
424
+ </a>
425
+ <a href="https://huggingface.co/spaces/aiqtech/Nano-Banana-API" target="_blank">
426
+ <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">
427
+ </a>
428
+ <a href="https://huggingface.co/spaces/ginigen/Nano-Banana-Video" target="_blank">
429
+ <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">
430
+ </a>
431
+ <a href="https://discord.gg/openfreeai" target="_blank">
432
+ <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">
433
+ </a>
434
+ </div>
435
  """)
436
 
437
  # Login Notice