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