ldhldh commited on
Commit
a785f19
·
1 Parent(s): 0434080

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -13,8 +13,6 @@ sample_data = {
13
  "gpus" : {
14
  "Alice" : 32,
15
  "Tom" : 8,
16
- "Bob" : 2,
17
- "Nee" : 6
18
  },
19
  "total" : {
20
  "total" : 28,
@@ -82,7 +80,7 @@ sample_data = {
82
  response = requests.post("https://ldhldh-api-for-unity.hf.space/run/predict_7", json={
83
  "data": [
84
  ]}).json()
85
- sample_data = eval(response["data"][0])
86
 
87
  print(sample_data)
88
 
 
13
  "gpus" : {
14
  "Alice" : 32,
15
  "Tom" : 8,
 
 
16
  },
17
  "total" : {
18
  "total" : 28,
 
80
  response = requests.post("https://ldhldh-api-for-unity.hf.space/run/predict_7", json={
81
  "data": [
82
  ]}).json()
83
+ #sample_data = eval(response["data"][0])
84
 
85
  print(sample_data)
86