Finish-him commited on
Commit
a8ba999
·
verified ·
1 Parent(s): 2e84ab9

fix: update gradio 4.44→5.12.0 (Python 3.13 audioop fix)

Browse files
Files changed (1) hide show
  1. README.md +1 -15
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🎮
4
  colorFrom: red
5
  colorTo: green
6
  sdk: gradio
7
- sdk_version: 4.44.1
8
  app_file: app.py
9
  pinned: false
10
  license: mit
@@ -29,17 +29,3 @@ Predict professional Dota 2 match outcomes using a 5-model ensemble
29
 
30
  Trained on 1,645 professional Dota 2 matches from OpenDota API.
31
  Dataset available at [Finish-him/dota2-pro-matches](https://huggingface.co/datasets/Finish-him/dota2-pro-matches).
32
-
33
- ## API Usage
34
-
35
- ```python
36
- from gradio_client import Client
37
-
38
- client = Client("Finish-him/dota2-edge-ensemble")
39
- result = client.predict(
40
- moment="m1",
41
- features_text='{"gold_delta_10": 2500, "xp_delta_10": 1800}',
42
- api_name="/predict"
43
- )
44
- print(result)
45
- ```
 
4
  colorFrom: red
5
  colorTo: green
6
  sdk: gradio
7
+ sdk_version: "5.12.0"
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
29
 
30
  Trained on 1,645 professional Dota 2 matches from OpenDota API.
31
  Dataset available at [Finish-him/dota2-pro-matches](https://huggingface.co/datasets/Finish-him/dota2-pro-matches).