PRamoneda commited on
Commit
ff9ad90
·
1 Parent(s): e059816
README.md CHANGED
@@ -14,6 +14,7 @@ tags:
14
  - piano
15
  - difficulty-estimation
16
  short_description: Estimate piano difficulty from audio
 
17
  ---
18
 
19
  # 🎼 Music Difficulty Estimator
 
14
  - piano
15
  - difficulty-estimation
16
  short_description: Estimate piano difficulty from audio
17
+ hardware: "a100-large"
18
  ---
19
 
20
  # 🎼 Music Difficulty Estimator
__pycache__/get_difficulty.cpython-312.pyc CHANGED
Binary files a/__pycache__/get_difficulty.cpython-312.pyc and b/__pycache__/get_difficulty.cpython-312.pyc differ
 
__pycache__/model.cpython-312.pyc CHANGED
Binary files a/__pycache__/model.cpython-312.pyc and b/__pycache__/model.cpython-312.pyc differ
 
requirements.txt CHANGED
@@ -8,7 +8,7 @@ torchaudio==2.4.0
8
  huggingface_hub @ git+https://github.com/huggingface/huggingface_hub.git@main
9
 
10
  # Gradio moderno y dependencias estables
11
- gradio==5.29.1
12
  aiofiles==23.2.1 # Fix para conflictos con versiones <25.0
13
 
14
  # MIR/audio processing
 
8
  huggingface_hub @ git+https://github.com/huggingface/huggingface_hub.git@main
9
 
10
  # Gradio moderno y dependencias estables
11
+ gradio==4.44.1
12
  aiofiles==23.2.1 # Fix para conflictos con versiones <25.0
13
 
14
  # MIR/audio processing