AlekseyKorshuk commited on
Commit
84b05af
β€’
1 Parent(s): a068333

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 = "Text about generation"
41
- INTERPOLATION_TEXT = "Text about Interpolation"
42
- COLLECTION2COLLECTION_TEXT = "Text about Collection2Collection"
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__"]