m-ric HF Staff commited on
Commit
8c00609
·
1 Parent(s): ed5e872

Update name

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Text-To-$
3
  emoji: 💰
4
  colorFrom: indigo
5
  colorTo: indigo
 
1
  ---
2
+ title: Text-To-Dollars
3
  emoji: 💰
4
  colorFrom: indigo
5
  colorTo: indigo
app.py CHANGED
@@ -155,7 +155,7 @@ with gr.Blocks(css="""
155
  }
156
  """, theme=gr.themes.Soft(primary_hue=gr.themes.colors.yellow, secondary_hue=gr.themes.colors.orange)) as demo:
157
  gr.Markdown("""
158
- # Text-to-$$$: Calculate the price of your LLM runs
159
  Based on prices data from [BerriAI's litellm](https://github.com/BerriAI/litellm/blob/main/model_prices_and_context_window.json).
160
  """)
161
 
 
155
  }
156
  """, theme=gr.themes.Soft(primary_hue=gr.themes.colors.yellow, secondary_hue=gr.themes.colors.orange)) as demo:
157
  gr.Markdown("""
158
+ # Text-to-Dollars: Get the price of your LLM runs
159
  Based on prices data from [BerriAI's litellm](https://github.com/BerriAI/litellm/blob/main/model_prices_and_context_window.json).
160
  """)
161