Update README.md
Browse files
README.md
CHANGED
@@ -81,7 +81,7 @@ inputs = PROCESSOR.tokenizer(
|
|
81 |
|
82 |
|
83 |
test_data_dir = "/path/to/Design2Code"
|
84 |
-
predictions_dir = "/path/to/
|
85 |
|
86 |
for filename in tqdm(os.listdir(test_data_dir)):
|
87 |
if filename.endswith(".png"):
|
|
|
81 |
|
82 |
|
83 |
test_data_dir = "/path/to/Design2Code"
|
84 |
+
predictions_dir = "/path/to/VLM_WebSight_predictions"
|
85 |
|
86 |
for filename in tqdm(os.listdir(test_data_dir)):
|
87 |
if filename.endswith(".png"):
|