akhaliq HF staff commited on
Commit
b0f2cb4
·
1 Parent(s): 567736c

add bill to

Browse files
Files changed (1) hide show
  1. 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
  )