akhaliq HF Staff commited on
Commit
794f8c9
·
verified ·
1 Parent(s): a89a6f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -157,9 +157,7 @@ def create_ui():
157
  <a href='http://huggingface.co/subscribe/pro?source=sora_2' target='_blank' style='color:#fff; text-decoration:underline; font-weight:bold;'>Subscribe to PRO</a>
158
  for more credits. Please sign in with your Hugging Face account to continue.
159
  </div>
160
- <p style="font-size: 0.9em; color: #999; margin-top: 10px;">
161
- Built with <a href="https://huggingface.co/spaces/akhaliq/anycoder" target="_blank" style="color:#fff; text-decoration:underline;">anycoder</a>
162
- </p>
163
  </div>
164
  """)
165
 
 
157
  <a href='http://huggingface.co/subscribe/pro?source=sora_2' target='_blank' style='color:#fff; text-decoration:underline; font-weight:bold;'>Subscribe to PRO</a>
158
  for more credits. Please sign in with your Hugging Face account to continue.
159
  </div>
160
+ <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>
 
 
161
  </div>
162
  """)
163