Spaces:
Paused
Paused
Update app.py
Browse files
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
|