Spaces:
Running
Running
Fix title
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ def generate_content_str(api_key, prompt, pil_image, tries=PROMPT_RETRYIES):
|
|
109 |
|
110 |
# Define the Gradio interface
|
111 |
with gr.Blocks(title="Gemini 2.5 Pro Explore") as demo:
|
112 |
-
gr.Markdown("# Image Analysis with Gemini
|
113 |
|
114 |
with gr.Row():
|
115 |
with gr.Column():
|
|
|
109 |
|
110 |
# Define the Gradio interface
|
111 |
with gr.Blocks(title="Gemini 2.5 Pro Explore") as demo:
|
112 |
+
gr.Markdown("# Image Analysis with Gemini + BioCLIP")
|
113 |
|
114 |
with gr.Row():
|
115 |
with gr.Column():
|