Skip to content

Commit d1259fe

Browse files
committed
chore: update README
1 parent 718b60e commit d1259fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ from rapid_layout import EngineType, ModelType, RapidLayout, RapidLayoutInput
6363
cfg = RapidLayoutInput()
6464
layout_engine = RapidLayout(cfg=cfg)
6565

66-
img_path = "https://raw.githubusercontent.com/RapidAI/RapidLayout/refs/heads/develop/tests/test_files/layout.jpg"
66+
img_path = "https://raw.githubusercontent.com/RapidAI/RapidLayout/718b60e927ab893c2fad67c98f753b2105a6f421/tests/test_files/layout.jpg"
6767
results = layout_engine(img_path)
6868
print(results)
6969

@@ -111,7 +111,7 @@ cfg = RapidLayoutInput(
111111
)
112112
layout_engine = RapidLayout(cfg=cfg)
113113

114-
img_path = "https://raw.githubusercontent.com/RapidAI/RapidLayout/refs/heads/develop/tests/test_files/layout.jpg"
114+
img_path = "https://raw.githubusercontent.com/RapidAI/RapidLayout/718b60e927ab893c2fad67c98f753b2105a6f421/tests/test_files/layout.jpg"
115115
results = layout_engine(img_path)
116116
print(results)
117117

@@ -132,7 +132,7 @@ cfg = RapidLayoutInput(
132132
)
133133
layout_engine = RapidLayout(cfg=cfg)
134134

135-
img_path = "https://raw.githubusercontent.com/RapidAI/RapidLayout/refs/heads/develop/tests/test_files/layout.jpg"
135+
img_path = "https://raw.githubusercontent.com/RapidAI/RapidLayout/718b60e927ab893c2fad67c98f753b2105a6f421/tests/test_files/layout.jpg"
136136
results = layout_engine(img_path)
137137
print(results)
138138

demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
layout_engine = RapidLayout()
77

8-
img_path = "https://raw.githubusercontent.com/RapidAI/RapidLayout/refs/heads/develop/tests/test_files/layout.jpg"
8+
img_path = "https://raw.githubusercontent.com/RapidAI/RapidLayout/718b60e927ab893c2fad67c98f753b2105a6f421/tests/test_files/layout.jpg"
99
results = layout_engine(img_path)
1010
print(results)
1111

0 commit comments

Comments
 (0)