ldhldh commited on
Commit
a24216b
1 Parent(s): fd2e34b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ def get_used_gpus(model_name):
116
  out = []
117
  for d in data['model_reports']:
118
  if d['name'] == model_name:
119
- return round(d['num_blocks']/0.45, 2)
120
  return 0
121
 
122
  blockchain = Blockchain()
 
116
  out = []
117
  for d in data['model_reports']:
118
  if d['name'] == model_name:
119
+ return round(d['num_blocks']*0.45, 2)
120
  return 0
121
 
122
  blockchain = Blockchain()