TogetherAI commited on
Commit
8f85917
·
1 Parent(s): cafc0fd

Update maker.py

Browse files
Files changed (1) hide show
  1. maker.py +1 -1
maker.py CHANGED
@@ -209,7 +209,7 @@ css = """
209
  theme = "ParityError/Interstellar"
210
 
211
  with gr.Blocks(css=css, theme=theme) as demo:
212
- gr.Markdown("🥧 **GPT Baker** lets you create your own **open-source GPTs**. Start chatting below to automatically bake your GPT (or you can manually configure the recipe in the second tab). You can build and test them for free, but will need a [HF Pro account](https://huggingface.co/subscribe/pro) to publish them on Spaces (as Open GPTs are powered by the Zephyr 7B beta model using the HF Inference API). You will **not be charged** for usage of your Open GPT as the HF Inference API Pro membership does not charge per-query. Find your token here: https://huggingface.co/settings/tokens")
213
  with gr.Row():
214
  with gr.Column(scale=3):
215
  with gr.Tab("Create"):
 
209
  theme = "ParityError/Interstellar"
210
 
211
  with gr.Blocks(css=css, theme=theme) as demo:
212
+ gr.Markdown("GPT Baker lässt dich deine eigenen Open-Source-GPTs kreieren. Starte unten mit dem Chatten, um dein GPT automatisch zu 'backen' (oder du kannst das Rezept manuell im zweiten Tab konfigurieren). Du kannst sie kostenlos bauen und testen, aber um sie auf Spaces zu veröffentlichen, brauchst du ein HF Pro-Konto (weil Open GPTs durch das Zephyr 7B Beta-Modell mit der HF Inference API angetrieben werden). Du wirst für die Nutzung deines Open GPT nicht belastet, da die HF Inference API Pro-Mitgliedschaft nicht pro Anfrage kostet. Deinen Token findest du hier: https://huggingface.co/settings/tokens")
213
  with gr.Row():
214
  with gr.Column(scale=3):
215
  with gr.Tab("Create"):