johnbradley commited on
Commit
ed3a52f
·
verified ·
1 Parent(s): c7653b4
Files changed (1) hide show
  1. app.py +1 -1
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 2.5 Pro + BioCLIP")
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():