weijiang99 commited on
Commit
5906d8c
·
verified ·
1 Parent(s): cffeecf

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +2 -1
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🧩
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: gradio
7
- sdk_version: "4.44.0"
8
  app_file: app.py
9
  pinned: true
10
  short_description: Do LLMs Build Spatial World Models? Evidence from Maze Tasks
 
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: gradio
7
+ sdk_version: "5.23.3"
8
  app_file: app.py
9
  pinned: true
10
  short_description: Do LLMs Build Spatial World Models? Evidence from Maze Tasks
requirements.txt CHANGED
@@ -2,7 +2,8 @@
2
  # Install with: pip install -r requirements.txt
3
 
4
  # Gradio UI (HuggingFace Space entrypoint)
5
- gradio>=4.20.0
 
6
 
7
  # Plotting
8
  plotly>=5.18.0
 
2
  # Install with: pip install -r requirements.txt
3
 
4
  # Gradio UI (HuggingFace Space entrypoint)
5
+ # Pinned to 5.x — fixes pydub/audioop incompatibility with Python 3.13
6
+ gradio==5.23.3
7
 
8
  # Plotting
9
  plotly>=5.18.0