Update app.py
Browse files
app.py
CHANGED
|
@@ -149,7 +149,7 @@ def process_images(annotated_image, second_image, user_api_key=None, progress=gr
|
|
| 149 |
|
| 150 |
|
| 151 |
# Create the Gradio interface
|
| 152 |
-
with gr.Blocks(theme="
|
| 153 |
gr.HTML(
|
| 154 |
"""
|
| 155 |
<h1><center>🎨 Grounded Nano Banana App</center></h1>
|
|
|
|
| 149 |
|
| 150 |
|
| 151 |
# Create the Gradio interface
|
| 152 |
+
with gr.Blocks(theme="default") as demo:
|
| 153 |
gr.HTML(
|
| 154 |
"""
|
| 155 |
<h1><center>🎨 Grounded Nano Banana App</center></h1>
|