Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
add bill to
Browse files- app_huggingface.py +2 -1
app_huggingface.py
CHANGED
@@ -17,5 +17,6 @@ demo = get_app(
|
|
17 |
choices=HUGGINGFACE_MODELS_DISPLAY, # Display names without prefix
|
18 |
fill_height=True,
|
19 |
coder=True,
|
20 |
-
provider="fireworks-ai"
|
|
|
21 |
)
|
|
|
17 |
choices=HUGGINGFACE_MODELS_DISPLAY, # Display names without prefix
|
18 |
fill_height=True,
|
19 |
coder=True,
|
20 |
+
provider="fireworks-ai",
|
21 |
+
bill_to="huggingface"
|
22 |
)
|