Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,8 +55,8 @@ 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("<img src='https://huggingface.co/spaces/multimodalart/nano-banana/resolve/main/nano_banana_pros.png' style='display: block; margin: 0 auto; max-width:
|
| 59 |
-
gr.
|
| 60 |
|
| 61 |
login_button = gr.LoginButton()
|
| 62 |
pro_message = gr.Markdown(visible=False)
|
|
|
|
| 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; max-width: 500px' />")
|
| 59 |
+
gr.HTML("<h3 style='text-align:center'>Hugging Face PRO users can use Google's Nano Banana (Gemini 2.5 Flash Image Preview) on this Space. <a href='https://huggingface.co/pro' target='_blank'>Subscribe to PRO</a></h3>")
|
| 60 |
|
| 61 |
login_button = gr.LoginButton()
|
| 62 |
pro_message = gr.Markdown(visible=False)
|