Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from autodistill.core.custom_detection_model import CustomDetectionModel
|
|
10 |
|
11 |
# Hardcoded values - ensure to protect the API key
|
12 |
api_key = "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"
|
13 |
-
dino_prompt = "buildings
|
14 |
gpt_prompt = "carbon sinks"
|
15 |
|
16 |
MARKDOWN = """
|
|
|
10 |
|
11 |
# Hardcoded values - ensure to protect the API key
|
12 |
api_key = "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"
|
13 |
+
dino_prompt = "buildings. parks."
|
14 |
gpt_prompt = "carbon sinks"
|
15 |
|
16 |
MARKDOWN = """
|