Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,8 @@ from efficientvit.sam_model_zoo import create_sam_model
|
|
14 |
MARKDOWN = """
|
15 |
# YOLO-World + EfficientViT-SAM
|
16 |
Powered by Roboflow [Inference](https://github.com/roboflow/inference) and [Supervision](https://github.com/roboflow/supervision) and [YOLO-World](https://github.com/AILab-CVC/YOLO-World) and [EfficientViT-SAM](https://github.com/mit-han-lab/efficientvit)
|
|
|
|
|
17 |
"""
|
18 |
IMAGE_EXAMPLES = [
|
19 |
[
|
|
|
14 |
MARKDOWN = """
|
15 |
# YOLO-World + EfficientViT-SAM
|
16 |
Powered by Roboflow [Inference](https://github.com/roboflow/inference) and [Supervision](https://github.com/roboflow/supervision) and [YOLO-World](https://github.com/AILab-CVC/YOLO-World) and [EfficientViT-SAM](https://github.com/mit-han-lab/efficientvit)
|
17 |
+
\n
|
18 |
+
Github Source Code: [Link](https://github.com/pg56714/YOLO-World_EfficientViT-SAM)
|
19 |
"""
|
20 |
IMAGE_EXAMPLES = [
|
21 |
[
|