akhaliq HF Staff commited on
Commit
e2d76da
·
verified ·
1 Parent(s): 45711b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -137,8 +137,6 @@ def generate_response(image, prompt):
137
  # Example images and prompts
138
  examples = [
139
  ["examples/street_scene.jpg", "Determine whether it is safe to cross the street. Look for signage and moving traffic."],
140
- ["examples/kitchen.jpg", "Identify all the appliances visible in this kitchen."],
141
- ["examples/document.jpg", "Extract the main text content from this document."],
142
  ]
143
 
144
  with gr.Blocks(title="Perceptron Isaac Vision Model", theme=gr.themes.Soft()) as demo:
 
137
  # Example images and prompts
138
  examples = [
139
  ["examples/street_scene.jpg", "Determine whether it is safe to cross the street. Look for signage and moving traffic."],
 
 
140
  ]
141
 
142
  with gr.Blocks(title="Perceptron Isaac Vision Model", theme=gr.themes.Soft()) as demo: