Spaces:
Runtime error
Runtime error
Add hugging face space configuration readme
Browse files- README.md +12 -0
- requirements.txt +2 -2
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# AI-Powered Dungeon Adventure Game
|
| 2 |
|
| 3 |
## Table of Contents
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: AI Dungeon Game
|
| 3 |
+
emoji: 🎮
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 3.50.2
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# AI-Powered Dungeon Adventure Game
|
| 14 |
|
| 15 |
## Table of Contents
|
requirements.txt
CHANGED
|
@@ -60,8 +60,8 @@ starlette==0.41.3
|
|
| 60 |
sympy==1.13.1
|
| 61 |
tokenizers==0.20.3
|
| 62 |
tomlkit==0.12.0
|
| 63 |
-
torch==2.5.1
|
| 64 |
-
torchvision==0.20.1
|
| 65 |
tqdm==4.67.1
|
| 66 |
transformers==4.46.3
|
| 67 |
typer==0.14.0
|
|
|
|
| 60 |
sympy==1.13.1
|
| 61 |
tokenizers==0.20.3
|
| 62 |
tomlkit==0.12.0
|
| 63 |
+
torch==2.5.1
|
| 64 |
+
torchvision==0.20.1
|
| 65 |
tqdm==4.67.1
|
| 66 |
transformers==4.46.3
|
| 67 |
typer==0.14.0
|