SamiKhokhar commited on
Commit
4b8dda6
·
verified ·
1 Parent(s): 294d63a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "your_api_key_here" # Replace with your 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
  """