sayedM commited on
Commit
e85fee2
1 Parent(s): 2ee8300

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def get_results(image):
35
 
36
  # Parse the JSON response
37
  data = response.json()
38
- data = json.loads(data)
39
 
40
 
41
  # Access the values
 
35
 
36
  # Parse the JSON response
37
  data = response.json()
38
+ # data = json.loads(data)
39
 
40
 
41
  # Access the values