SarowarSaurav commited on
Commit
f984f23
·
verified ·
1 Parent(s): 3051b4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import requests
8
  from io import BytesIO
9
 
10
  # Set your OpenAI API key here or use environment variables
11
- openai.api_key = os.getenv("OPENAI_API_KEY")
12
 
13
  # Load a pre-trained model for leaf disease detection
14
  # For demonstration, we'll use a generic ResNet model fine-tuned for classification
 
8
  from io import BytesIO
9
 
10
  # Set your OpenAI API key here or use environment variables
11
+ openai.api_key = "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"
12
 
13
  # Load a pre-trained model for leaf disease detection
14
  # For demonstration, we'll use a generic ResNet model fine-tuned for classification