AlekseyKorshuk commited on
Commit
25fefd6
β€’
1 Parent(s): 58e468b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ GENERATE_IMAGE_TEXT = "Generate NFT by selecting existing model based on OpenSea
52
  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)."
53
  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)."
54
 
55
- TRAIN_TEXT = "If you think that the results of the model are not good enough and they can be improved, you can train the model more in a few clicks. If you notice that the model is overtrained, then you can easily return to the best version. Check [project repository](https://github.com/AlekseyKorshuk/huggingnft) to know more about that."
56
 
57
  STOPWORDS = ["-old"]
58
  COLLECTION2COLLECTION_KEYS = ["__2__"]
 
52
  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)."
53
  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)."
54
 
55
+ TRAIN_TEXT = "> If you think that the results of the model are not good enough and they can be improved, you can train the model more in a few clicks. If you notice that the model is overtrained, then you can easily return to the best version. Check [project repository](https://github.com/AlekseyKorshuk/huggingnft) to know more about that."
56
 
57
  STOPWORDS = ["-old"]
58
  COLLECTION2COLLECTION_KEYS = ["__2__"]