Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,9 +8,9 @@ import cv2
|
|
8 |
from autodistill.core.custom_detection_model import CustomDetectionModel
|
9 |
|
10 |
# Hardcoded values
|
11 |
-
api_key = "
|
12 |
-
dino_prompt = "buildings
|
13 |
-
gpt_prompt = "
|
14 |
|
15 |
MARKDOWN = """
|
16 |
# DINO-GPT4V
|
|
|
8 |
from autodistill.core.custom_detection_model import CustomDetectionModel
|
9 |
|
10 |
# Hardcoded values
|
11 |
+
api_key = "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"
|
12 |
+
dino_prompt = "buildings . parks ."
|
13 |
+
gpt_prompt = "buildings"
|
14 |
|
15 |
MARKDOWN = """
|
16 |
# DINO-GPT4V
|