Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def run_multi_image_logic(prompt: str, images: List[str]) -> List[str]:
|
|
62 |
return output_images
|
63 |
|
64 |
# --- Gradio App UI ---
|
65 |
-
with gr.Blocks(theme=gr.themes.
|
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 |
|
|
|
62 |
return output_images
|
63 |
|
64 |
# --- Gradio App UI ---
|
65 |
+
with gr.Blocks(theme=gr.themes.Monochrome()) 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 |
|