Spaces:
Running
Running
Upload 8 files
Browse files- .gitattributes +1 -0
- images/tet.jpg +0 -0
- images/teti.jpg +0 -0
- images/tetris.png +0 -0
- images/tetris3.jpg +0 -0
- images/tetris7.png +0 -0
- images/tetrisss.jpg +0 -0
- music.mp3 +3 -0
- requirements.txt +65 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
music.mp3 filter=lfs diff=lfs merge=lfs -text
|
images/tet.jpg
ADDED
images/teti.jpg
ADDED
images/tetris.png
ADDED
images/tetris3.jpg
ADDED
images/tetris7.png
ADDED
images/tetrisss.jpg
ADDED
music.mp3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d8e9fb23d2c9889722568ba98d72c5eddc6d3156e554a429b2106d457022538
|
3 |
+
size 4701255
|
requirements.txt
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
annotated-types==0.7.0
|
3 |
+
anyio==4.4.0
|
4 |
+
certifi==2024.7.4
|
5 |
+
charset-normalizer==3.3.2
|
6 |
+
click==8.1.7
|
7 |
+
colorama==0.4.6
|
8 |
+
contourpy==1.2.1
|
9 |
+
cycler==0.12.1
|
10 |
+
dnspython==2.6.1
|
11 |
+
email_validator==2.2.0
|
12 |
+
exceptiongroup==1.2.2
|
13 |
+
fastapi==0.111.1
|
14 |
+
fastapi-cli==0.0.4
|
15 |
+
ffmpy==0.4.0
|
16 |
+
filelock==3.15.4
|
17 |
+
fonttools==4.53.1
|
18 |
+
fsspec==2024.6.1
|
19 |
+
gradio_client==1.2.0
|
20 |
+
h11==0.14.0
|
21 |
+
httpcore==1.0.5
|
22 |
+
httptools==0.6.1
|
23 |
+
httpx==0.27.0
|
24 |
+
huggingface-hub==0.24.5
|
25 |
+
idna==3.7
|
26 |
+
importlib_resources==6.4.0
|
27 |
+
Jinja2==3.1.4
|
28 |
+
kiwisolver==1.4.5
|
29 |
+
markdown-it-py==3.0.0
|
30 |
+
MarkupSafe==2.1.5
|
31 |
+
matplotlib==3.9.1
|
32 |
+
mdurl==0.1.2
|
33 |
+
numpy==2.0.1
|
34 |
+
orjson==3.10.6
|
35 |
+
packaging==24.1
|
36 |
+
pandas==2.2.2
|
37 |
+
pillow==10.4.0
|
38 |
+
pydantic==2.8.2
|
39 |
+
pydantic_core==2.20.1
|
40 |
+
pydub==0.25.1
|
41 |
+
pygame==2.6.0
|
42 |
+
Pygments==2.18.0
|
43 |
+
pyparsing==3.1.2
|
44 |
+
python-dateutil==2.9.0.post0
|
45 |
+
python-dotenv==1.0.1
|
46 |
+
python-multipart==0.0.9
|
47 |
+
pytz==2024.1
|
48 |
+
PyYAML==6.0.1
|
49 |
+
requests==2.32.3
|
50 |
+
rich==13.7.1
|
51 |
+
ruff==0.5.5
|
52 |
+
semantic-version==2.10.0
|
53 |
+
shellingham==1.5.4
|
54 |
+
six==1.16.0
|
55 |
+
sniffio==1.3.1
|
56 |
+
starlette==0.37.2
|
57 |
+
tomlkit==0.12.0
|
58 |
+
tqdm==4.66.4
|
59 |
+
typer==0.12.3
|
60 |
+
typing_extensions==4.12.2
|
61 |
+
tzdata==2024.1
|
62 |
+
urllib3==2.2.2
|
63 |
+
uvicorn==0.30.4
|
64 |
+
watchfiles==0.22.0
|
65 |
+
websockets==12.0
|