Spaces:
Running
Running
Commit
Β·
84b05af
1
Parent(s):
a068333
Update app.py
Browse files
app.py
CHANGED
@@ -37,9 +37,9 @@ model_names = [model.modelId[model.modelId.index("/") + 1:] for model in hfapi.l
|
|
37 |
|
38 |
ABOUT_TEXT = "π€ Hugging NFT - Generate NFT by OpenSea collection name."
|
39 |
CONTACT_TEXT = "Here is some contact info"
|
40 |
-
GENERATE_IMAGE_TEXT = "
|
41 |
-
INTERPOLATION_TEXT = "
|
42 |
-
COLLECTION2COLLECTION_TEXT = "
|
43 |
|
44 |
STOPWORDS = ["-old"]
|
45 |
COLLECTION2COLLECTION_KEYS = ["__2__"]
|
|
|
37 |
|
38 |
ABOUT_TEXT = "π€ Hugging NFT - Generate NFT by OpenSea collection name."
|
39 |
CONTACT_TEXT = "Here is some contact info"
|
40 |
+
GENERATE_IMAGE_TEXT = "Generate NFT by selecting existing model based on OpenSea collection. You can create new model or imporve existing in few clicks β check [project repository](https://github.com/AlekseyKorshuk/huggingnft)."
|
41 |
+
INTERPOLATION_TEXT = "Generate interpolation between two NFTs by selecting existing model based on OpenSea collection. You can create new model or imporve existing in few clicks β check [project repository](https://github.com/AlekseyKorshuk/huggingnft)."
|
42 |
+
COLLECTION2COLLECTION_TEXT = "Generate first NFT with existing model and transform it to another collection by selecting existing model based on OpenSea collections. You can create new model or imporve existing in few clicks β check [project repository](https://github.com/AlekseyKorshuk/huggingnft)."
|
43 |
|
44 |
STOPWORDS = ["-old"]
|
45 |
COLLECTION2COLLECTION_KEYS = ["__2__"]
|