You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add from __future__ import annotations for Python 3.8 compatibility
The str | Path union type syntax requires Python 3.10+ but setup.py
declares python_requires>=3.8. This fixes the HuggingFace Spaces demo
which runs Python 3.8.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments