Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -247,14 +247,27 @@ footer {
|
|
247 |
}
|
248 |
"""
|
249 |
|
250 |
-
# Build the interface
|
251 |
with gr.Blocks(css=css, theme=gr.themes.Base()) as demo:
|
252 |
with gr.Column(elem_classes="header-container"):
|
253 |
gr.HTML("""
|
254 |
<h1 class="logo-text">🍌 Free Nano Banana</h1>
|
255 |
<p class="subtitle">AI-Powered Image Style Transfer</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
256 |
""")
|
257 |
-
|
258 |
with gr.Column(elem_classes="main-content"):
|
259 |
with gr.Row(equal_height=True):
|
260 |
# Left Column - Inputs
|
|
|
247 |
}
|
248 |
"""
|
249 |
|
|
|
250 |
with gr.Blocks(css=css, theme=gr.themes.Base()) as demo:
|
251 |
with gr.Column(elem_classes="header-container"):
|
252 |
gr.HTML("""
|
253 |
<h1 class="logo-text">🍌 Free Nano Banana</h1>
|
254 |
<p class="subtitle">AI-Powered Image Style Transfer</p>
|
255 |
+
<div style="display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 20px;">
|
256 |
+
<a href="https://huggingface.co/spaces/openfree/Nano-Banana-Upscale" target="_blank">
|
257 |
+
<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">
|
258 |
+
</a>
|
259 |
+
<a href="https://huggingface.co/spaces/openfree/Free-Nano-Banana" target="_blank">
|
260 |
+
<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">
|
261 |
+
</a>
|
262 |
+
<a href="https://huggingface.co/spaces/aiqtech/Nano-Banana-API" target="_blank">
|
263 |
+
<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">
|
264 |
+
</a>
|
265 |
+
<a href="https://discord.gg/openfreeai" target="_blank">
|
266 |
+
<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">
|
267 |
+
</a>
|
268 |
+
</div>
|
269 |
""")
|
270 |
+
|
271 |
with gr.Column(elem_classes="main-content"):
|
272 |
with gr.Row(equal_height=True):
|
273 |
# Left Column - Inputs
|