strollingorange
commited on
Commit
•
be10ea8
1
Parent(s):
996c160
Update README.md
Browse files
README.md
CHANGED
@@ -92,6 +92,6 @@ result = classifier(image, candidate_labels=candidate_labels)
|
|
92 |
|
93 |
# Output the result
|
94 |
print(result)
|
95 |
-
|
96 |
-
|
97 |
We would like to acknowledge Wahi Inc. for providing the training data and their continued support in the development of this model. Their collaboration was essential in fine-tuning the model for real estate image annotation.
|
|
|
92 |
|
93 |
# Output the result
|
94 |
print(result)
|
95 |
+
```
|
96 |
+
## Acknowledgments
|
97 |
We would like to acknowledge Wahi Inc. for providing the training data and their continued support in the development of this model. Their collaboration was essential in fine-tuning the model for real estate image annotation.
|