Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def run_multi_image_logic(prompt: str, images: List[str]) -> str:
|
|
55 |
|
56 |
# --- Gradio App UI ---
|
57 |
with gr.Blocks(theme=gr.themes.Citrus()) as demo:
|
58 |
-
gr.HTML("<
|
59 |
gr.Markdown("Hugging Face PRO users can use Google's Nano Banana (Gemini 2.5 Flash Image Preview) on this Space. [Subscribe to PRO](https://huggingface.co/pro)")
|
60 |
|
61 |
login_button = gr.LoginButton()
|
|
|
55 |
|
56 |
# --- Gradio App UI ---
|
57 |
with gr.Blocks(theme=gr.themes.Citrus()) as demo:
|
58 |
+
gr.HTML("<img src='https://huggingface.co/spaces/multimodalart/nano-banana/resolve/main/nano_banana_pros.png' style='display: block; margin: 0 auto' />")
|
59 |
gr.Markdown("Hugging Face PRO users can use Google's Nano Banana (Gemini 2.5 Flash Image Preview) on this Space. [Subscribe to PRO](https://huggingface.co/pro)")
|
60 |
|
61 |
login_button = gr.LoginButton()
|