SIGMitch commited on
Commit
e05c95f
·
verified ·
1 Parent(s): c7073df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "/content/"
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