ginipick commited on
Commit
08c938a
·
verified ·
1 Parent(s): 7f41a1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -2
app.py CHANGED
@@ -410,17 +410,28 @@ def create_interface():
410
  # Header
411
  with gr.Column(elem_classes="header-container"):
412
  gr.HTML("""
413
- <h1 class="logo-text">🍌 Nano Banana + Video</h1>
414
- <p class="subtitle">AI-Powered Image Style Transfer with Video Generation</p>
415
  <div style="display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 20px;">
416
  <a href="https://huggingface.co/spaces/openfree/Nano-Banana-Upscale" target="_blank">
417
  <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">
418
  </a>
 
 
 
 
 
 
 
 
 
419
  <a href="https://discord.gg/openfreeai" target="_blank">
420
  <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">
421
  </a>
422
  </div>
423
  """)
 
 
424
 
425
  # API Token Status
426
  with gr.Row():
 
410
  # Header
411
  with gr.Column(elem_classes="header-container"):
412
  gr.HTML("""
413
+ <h1 class="logo-text">🍌 Nano Banana VIDEO</h1>
414
+ <p class="subtitle">AI-Powered Image Style Transfer</p>
415
  <div style="display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 20px;">
416
  <a href="https://huggingface.co/spaces/openfree/Nano-Banana-Upscale" target="_blank">
417
  <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">
418
  </a>
419
+ <a href="https://huggingface.co/spaces/openfree/Free-Nano-Banana" target="_blank">
420
+ <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">
421
+ </a>
422
+ <a href="https://huggingface.co/spaces/aiqtech/Nano-Banana-API" target="_blank">
423
+ <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">
424
+ </a>
425
+ <a href="https://huggingface.co/spaces/ginigen/Nano-Banana-Video" target="_blank">
426
+ <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">
427
+ </a>
428
  <a href="https://discord.gg/openfreeai" target="_blank">
429
  <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">
430
  </a>
431
  </div>
432
  """)
433
+
434
+
435
 
436
  # API Token Status
437
  with gr.Row():