Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ base_url = "https://hyperhuman.deemos.com/api/v2"
|
|
| 14 |
api_key = os.getenv('API')
|
| 15 |
image_path = "/content/sample_data/wooden_chair.jpg"
|
| 16 |
|
| 17 |
-
result_path = "
|
| 18 |
|
| 19 |
|
| 20 |
# Define the headers for the requests
|
|
|
|
| 14 |
api_key = os.getenv('API')
|
| 15 |
image_path = "/content/sample_data/wooden_chair.jpg"
|
| 16 |
|
| 17 |
+
result_path = "./"
|
| 18 |
|
| 19 |
|
| 20 |
# Define the headers for the requests
|