multimodalart HF staff commited on
Commit
92cafd3
1 Parent(s): 5cbd9e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -342,7 +342,7 @@ def calculate_price(iterations, with_prior_preservation):
342
  if(with_prior_preservation):
343
  seconds_per_iteration = 3.50
344
  else:
345
- seconds_per_iteration = 1.10
346
  total_seconds = (iterations * seconds_per_iteration) + 210
347
  cost_per_second = 1.05/60/60
348
  cost = round(cost_per_second * total_seconds, 2)
 
342
  if(with_prior_preservation):
343
  seconds_per_iteration = 3.50
344
  else:
345
+ seconds_per_iteration = 2.00
346
  total_seconds = (iterations * seconds_per_iteration) + 210
347
  cost_per_second = 1.05/60/60
348
  cost = round(cost_per_second * total_seconds, 2)