mikefish commited on
Commit
88a06ce
1 Parent(s): 5e88b6d
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -178,9 +178,10 @@ with gr.Blocks() as demo:
178
  # Character Maker v0.1 #
179
  **Right now this is using my OPENAI key on the backend until I re-write it for local inference.
180
  If you get an error it's likely because I've hit a limit. If that happens, if you have an OPENAI key you can put it in here.**
 
181
  """)
182
  with gr.Row():
183
- myKey = gr.Text(label="OPENAI API KEY", info="(optional) must have gpt4 access (for now)")
184
  keySave = gr.Button(value="Set")
185
  keySave.click(saveKey, inputs=[myKey])
186
  with gr.Row():
 
178
  # Character Maker v0.1 #
179
  **Right now this is using my OPENAI key on the backend until I re-write it for local inference.
180
  If you get an error it's likely because I've hit a limit. If that happens, if you have an OPENAI key you can put it in here.**
181
+ If anyone wants to help with this please get in touch!
182
  """)
183
  with gr.Row():
184
+ myKey = gr.Text(label="OPENAI API KEY (optional, needed if Errors)", info="must have gpt4 access (for now)")
185
  keySave = gr.Button(value="Set")
186
  keySave.click(saveKey, inputs=[myKey])
187
  with gr.Row():