Spaces:
Running
Running
Commit
·
f63df28
1
Parent(s):
3fbacd1
fix: Correct variable name in cost estimation handler
Browse filesChanged eval_infrastructure to eval_infra_provider to match actual variable name
app.py
CHANGED
|
@@ -3709,7 +3709,7 @@ Result: {result}
|
|
| 3709 |
|
| 3710 |
eval_estimate_btn.click(
|
| 3711 |
fn=on_hardware_change,
|
| 3712 |
-
inputs=[eval_model, eval_hardware, eval_provider,
|
| 3713 |
outputs=[eval_cost_estimate]
|
| 3714 |
)
|
| 3715 |
|
|
|
|
| 3709 |
|
| 3710 |
eval_estimate_btn.click(
|
| 3711 |
fn=on_hardware_change,
|
| 3712 |
+
inputs=[eval_model, eval_hardware, eval_provider, eval_infra_provider],
|
| 3713 |
outputs=[eval_cost_estimate]
|
| 3714 |
)
|
| 3715 |
|