Update app.py
Browse files
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:
|