akhaliq HF Staff commited on
Commit
201b47f
·
verified ·
1 Parent(s): e2d76da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ def generate_response(image, prompt):
136
 
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:
 
136
 
137
  # Example images and prompts
138
  examples = [
139
+ ["example.webp", "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: