PygmalionAI / gradio-ui

Prototype UI for chatting with the Pygmalion models.
GNU Affero General Public License v3.0
227 stars 67 forks source link

Imported typing to make repo compatible with Python 3.8 #2

Closed TearGosling closed 1 year ago

TearGosling commented 1 year ago

Colab uses Python 3.8, while list[str] and such were only implemented in Python 3.9