Update app.py
Browse files
app.py
CHANGED
@@ -390,7 +390,7 @@ def list_models():
|
|
390 |
})
|
391 |
|
392 |
def get_billing_info():
|
393 |
-
keys = valid_keys_global
|
394 |
total_balance = 0
|
395 |
|
396 |
with concurrent.futures.ThreadPoolExecutor(
|
|
|
390 |
})
|
391 |
|
392 |
def get_billing_info():
|
393 |
+
keys = valid_keys_global
|
394 |
total_balance = 0
|
395 |
|
396 |
with concurrent.futures.ThreadPoolExecutor(
|