Spaces:
Running
Running
wording
Browse files
maker.py
CHANGED
@@ -193,7 +193,7 @@ css = """
|
|
193 |
"""
|
194 |
|
195 |
with gr.Blocks(css=css) as demo:
|
196 |
-
gr.Markdown("🥧 **GPT Baker** lets you create your own **open-source GPTs**. Start chatting
|
197 |
with gr.Row():
|
198 |
with gr.Column(scale=3):
|
199 |
with gr.Tab("Create"):
|
|
|
193 |
"""
|
194 |
|
195 |
with gr.Blocks(css=css) as demo:
|
196 |
+
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")
|
197 |
with gr.Row():
|
198 |
with gr.Column(scale=3):
|
199 |
with gr.Tab("Create"):
|