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