Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ description = """
|
|
59 |
Color pAI is trained on around 18,000 Magic: the Gathering cards.
|
60 |
<br>
|
61 |
Input a card text using Scryfall syntax, and the model will tell evaluate which color it is most likely to be.
|
62 |
-
<br>Replace any card names with the word CARDNAME
|
63 |
<br>
|
64 |
<br>This only works on monocolored cards. Version 2 will also handle multicolored cards.
|
65 |
<br>
|
|
|
59 |
Color pAI is trained on around 18,000 Magic: the Gathering cards.
|
60 |
<br>
|
61 |
Input a card text using Scryfall syntax, and the model will tell evaluate which color it is most likely to be.
|
62 |
+
<br>Replace any card names with the word CARDNAME, and mana symbols with the uppercase letter encased in curly brackets {U}
|
63 |
<br>
|
64 |
<br>This only works on monocolored cards. Version 2 will also handle multicolored cards.
|
65 |
<br>
|