abidlabs HF staff julien-c HF staff commited on
Commit
6966d0f
1 Parent(s): 4e5f073

- wording (830edc034bb404a27f76ff2811832189c6dc2076)


Co-authored-by: Julien Chaumond <julien-c@users.noreply.huggingface.co>

Files changed (1) hide show
  1. maker.py +1 -1
maker.py CHANGED
@@ -207,7 +207,7 @@ css = """
207
  """
208
 
209
  with gr.Blocks(css=css) as demo:
210
- gr.Markdown("🥧 **GPT Baker** lets you create your own **open-source GPTs**. Start chatting to automatically 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")
211
  with gr.Row():
212
  with gr.Column(scale=3):
213
  with gr.Tab("Create"):
 
207
  """
208
 
209
  with gr.Blocks(css=css) as demo:
210
+ 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")
211
  with gr.Row():
212
  with gr.Column(scale=3):
213
  with gr.Tab("Create"):