Spaces:
Build error
Build error
Update name
Browse files
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
|
| 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 |
|