multimodalart HF staff commited on
Commit
3b6d35d
·
verified ·
1 Parent(s): fcca0da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -240,7 +240,6 @@ def swap_visibilty(profile: Union[gr.OAuthProfile, None]):
240
  return gr.update(elem_classes=["main_ui_logged_in"])
241
 
242
  def update_pricing(steps):
243
- updates.append()
244
  seconds_per_iteration = 7.54
245
  total_seconds = (steps * seconds_per_iteration) + 240
246
  cost_per_second = 0.80/60/60
 
240
  return gr.update(elem_classes=["main_ui_logged_in"])
241
 
242
  def update_pricing(steps):
 
243
  seconds_per_iteration = 7.54
244
  total_seconds = (steps * seconds_per_iteration) + 240
245
  cost_per_second = 0.80/60/60