multimodalart HF Staff commited on
Commit
c6f1d0d
·
verified ·
1 Parent(s): 0238b02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,8 +65,8 @@ def run_multi_image_logic(prompt: str, images: List[str]) -> str:
65
 
66
  # --- Gradio App UI ---
67
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
68
- gr.Markdown("# Nano Banana Image Generation")
69
- gr.Markdown("Generate or edit images with FAL. **Sign in with Hugging Face to begin.**")
70
 
71
  login_button = gr.LoginButton()
72
  pro_message = gr.Markdown(visible=False)
 
65
 
66
  # --- Gradio App UI ---
67
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
68
+ gr.HTML("<h1 style='text-align:center'>Nano Banana for PROs</h1>")
69
+ 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)")
70
 
71
  login_button = gr.LoginButton()
72
  pro_message = gr.Markdown(visible=False)