CoolFace
Apppublic

ddevin2002/tiny-self-forcing-doom

sourceHugging Facemitupdated 22d agoView on Hugging Face
0likes
requirements.txt10 linesDownload Raw Back to root
1# torch 2.11.0: the newest version ZeroGPU's docs list explicitly, and the version this2# app was actually run on. PyPI's latest is 2.14.0, which that list does not cover.3torch==2.11.04# gradio 6 moved theme/css from the Blocks constructor to launch(); the app is written5# for 6 and was launched against this exact version.6gradio==6.26.07spaces8numpy9pillow10