Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|