Spaces:
Runtime error
Runtime error
wording (#1)
Browse files- wording (830edc034bb404a27f76ff2811832189c6dc2076)
Co-authored-by: Julien Chaumond <[email protected]>
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
|
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"):
|