Spaces:
Runtime error
Runtime error
brunorosilva
commited on
Commit
•
c79bec5
1
Parent(s):
e7bb38c
docs: rename
Browse files- README.md +2 -2
- pyproject.toml +1 -1
- setup.py +1 -1
README.md
CHANGED
@@ -21,8 +21,8 @@ This project leverages the Vision Transformer (ViT) model architecture for the t
|
|
21 |
|
22 |
1. Clone the repository:
|
23 |
```sh
|
24 |
-
git clone https://github.com/brunorosilva/
|
25 |
-
cd
|
26 |
```
|
27 |
|
28 |
2. Install poetry:
|
|
|
21 |
|
22 |
1. Clone the repository:
|
23 |
```sh
|
24 |
+
git clone https://github.com/brunorosilva/img2art-search.git
|
25 |
+
cd img2art-search
|
26 |
```
|
27 |
|
28 |
2. Install poetry:
|
pyproject.toml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
[tool.poetry]
|
2 |
-
name = "
|
3 |
version = "0.1.0"
|
4 |
description = ""
|
5 |
authors = ["brunorosilva <b.rosilva1@gmail.com>"]
|
|
|
1 |
[tool.poetry]
|
2 |
+
name = "img2art-search"
|
3 |
version = "0.1.0"
|
4 |
description = ""
|
5 |
authors = ["brunorosilva <b.rosilva1@gmail.com>"]
|
setup.py
CHANGED
@@ -21,7 +21,7 @@ requirements = [
|
|
21 |
setup(
|
22 |
name="img2art_search",
|
23 |
version="0.0.1",
|
24 |
-
url="https://github.com/brunorosilva/
|
25 |
author="Bruno Chicelli",
|
26 |
author_email="chicelli@outlook.com",
|
27 |
description="Short description",
|
|
|
21 |
setup(
|
22 |
name="img2art_search",
|
23 |
version="0.0.1",
|
24 |
+
url="https://github.com/brunorosilva/img2art-search",
|
25 |
author="Bruno Chicelli",
|
26 |
author_email="chicelli@outlook.com",
|
27 |
description="Short description",
|