Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import requests # For API calls
|
|
| 5 |
|
| 6 |
# Define your API endpoint and key
|
| 7 |
API_ENDPOINT = "https://your-api-endpoint.com/predict" # Replace with your actual API endpoint
|
| 8 |
-
API_KEY = "
|
| 9 |
|
| 10 |
def detect_weapons(image):
|
| 11 |
"""
|
|
|
|
| 5 |
|
| 6 |
# Define your API endpoint and key
|
| 7 |
API_ENDPOINT = "https://your-api-endpoint.com/predict" # Replace with your actual API endpoint
|
| 8 |
+
API_KEY = "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" # Replace with your API key
|
| 9 |
|
| 10 |
def detect_weapons(image):
|
| 11 |
"""
|