Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,8 @@ from upstash_vector import Index
|
|
| 5 |
|
| 6 |
|
| 7 |
index = Index.from_env()
|
|
|
|
|
|
|
| 8 |
|
| 9 |
resize_transform = Resize((250,250))
|
| 10 |
|
|
|
|
| 5 |
|
| 6 |
|
| 7 |
index = Index.from_env()
|
| 8 |
+
print(os.environ("UPSTASH_VECTOR_REST_URL"))
|
| 9 |
+
print(os.environ("UPSTASH_VECTOR_REST_TOKEN"))
|
| 10 |
|
| 11 |
resize_transform = Resize((250,250))
|
| 12 |
|