SarowarSaurav commited on
Commit
8c5c3fd
·
verified ·
1 Parent(s): 171af80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def encode_image(image):
54
  def analyze_leaf_disease(image):
55
  """Analyze leaf image using Claude API"""
56
  # Hugging Face will require you to add API key as an environment variable
57
- api_key = os.getenv("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")
58
 
59
  if not api_key:
60
  st.error("API Key not configured. Please set up Anthropic API key.")
 
54
  def analyze_leaf_disease(image):
55
  """Analyze leaf image using Claude API"""
56
  # Hugging Face will require you to add API key as an environment variable
57
+ api_key = os.getenv("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")
58
 
59
  if not api_key:
60
  st.error("API Key not configured. Please set up Anthropic API key.")