multimodalart HF Staff commited on
Commit
7848664
·
verified ·
1 Parent(s): 9b29685

Update app.py

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