TogetherAI commited on
Commit
09999cc
·
1 Parent(s): 575dc36

Update maker.py

Browse files
Files changed (1) hide show
  1. maker.py +3 -1
maker.py CHANGED
@@ -206,7 +206,9 @@ css = """
206
  }
207
  """
208
 
209
- with gr.Blocks(css=css, theme=ParityError/Interstellar) 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):
 
206
  }
207
  """
208
 
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):