Spaces:
Running
Running
Commit
Β·
753dbfb
1
Parent(s):
84b05af
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,18 @@ model_names = [model.modelId[model.modelId.index("/") + 1:] for model in hfapi.l
|
|
36 |
# profile = Image.open(r'C:\Users\13525\Desktop\medium_profile.png')
|
37 |
|
38 |
ABOUT_TEXT = "π€ Hugging NFT - Generate NFT by OpenSea collection name."
|
39 |
-
CONTACT_TEXT = "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)."
|
|
|
36 |
# profile = Image.open(r'C:\Users\13525\Desktop\medium_profile.png')
|
37 |
|
38 |
ABOUT_TEXT = "π€ Hugging NFT - Generate NFT by OpenSea collection name."
|
39 |
+
CONTACT_TEXT = """
|
40 |
+
_Built by Aleksey Korshuk, Christian Cancedda and Hugging Face community with love_ β€οΈ
|
41 |
+
|
42 |
+
[![Follow](https://img.shields.io/github/followers/AlekseyKorshuk?style=social)](https://github.com/AlekseyKorshuk)
|
43 |
+
|
44 |
+
[![Follow](https://img.shields.io/twitter/follow/alekseykorshuk?style=social)](https://twitter.com/intent/follow?screen_name=alekseykorshuk)
|
45 |
+
|
46 |
+
Star project repository:
|
47 |
+
|
48 |
+
[![GitHub stars](https://img.shields.io/github/stars/AlekseyKorshuk/huggingnft?style=social)](https://github.com/AlekseyKorshuk/huggingnft)
|
49 |
+
|
50 |
+
"""
|
51 |
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)."
|
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)."
|