ldhldh commited on
Commit
c6bfa86
·
1 Parent(s): 7ed1284

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -79,10 +79,10 @@ sample_data = {
79
  ]
80
  }
81
 
82
- #response = requests.post("https://ldhldh-api-for-unity.hf.space/run/predict_7", json={
83
- # "data": [
84
- # ]}).json()
85
- #sample_data = response["data"][0]
86
 
87
 
88
 
 
79
  ]
80
  }
81
 
82
+ response = requests.post("https://ldhldh-api-for-unity.hf.space/run/predict_7", json={
83
+ "data": [
84
+ ]}).json()
85
+ sample_data = response["data"][0]
86
 
87
 
88