Weijie Lyu Claude Opus 4.8 (1M context) commited on
Commit
41c6383
·
1 Parent(s): 4c43d53

Pin sdk_version to 5.49.1 to match gradio requirement

Browse files

Without sdk_version, HF injected gradio 6.15.2 which conflicted
with the gradio==5.49.1 pin in requirements.txt. Pin the Space SDK
version so HF installs the matching gradio build.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -5,6 +5,7 @@ colorFrom: blue
5
  colorTo: purple
6
  short_description: Single Image 3D Face Reconstruction with Gaussian Splatting
7
  sdk: gradio
 
8
  app_file: app.py
9
  pinned: false
10
  ---
 
5
  colorTo: purple
6
  short_description: Single Image 3D Face Reconstruction with Gaussian Splatting
7
  sdk: gradio
8
+ sdk_version: 5.49.1
9
  app_file: app.py
10
  pinned: false
11
  ---