akhaliq HF Staff commited on
Commit
7b60682
·
verified ·
1 Parent(s): 9e6f074

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -155,6 +155,7 @@ with gr.Blocks(
155
  Free users get $0.10 in included credits. PRO users get $2 in credits and can continue with billing.
156
  <a href='http://huggingface.co/subscribe/pro?source=ovi' target='_blank' style='color:#fff; text-decoration:underline;'>Subscribe to PRO</a> for more credits.
157
  Please sign in below to continue.
 
158
  </div>
159
  """
160
  )
 
155
  Free users get $0.10 in included credits. PRO users get $2 in credits and can continue with billing.
156
  <a href='http://huggingface.co/subscribe/pro?source=ovi' target='_blank' style='color:#fff; text-decoration:underline;'>Subscribe to PRO</a> for more credits.
157
  Please sign in below to continue.
158
+ <br><a href='https://huggingface.co/settings/inference-providers/overview' target='_blank' style='color:#fff; text-decoration:underline; font-weight:bold;'>Check your billing usage here</a>
159
  </div>
160
  """
161
  )