freddyaboulton HF Staff commited on
Commit
cfad828
·
1 Parent(s): ba3c66f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ with gr.Blocks() as demo:
64
  Then run the following command
65
 
66
  ```python
67
- grc.Client.duplicate("gradio-discord-bots/gpt-35-turbo", secrets={"OPENAI_API_KEY": "<your-key-here>"}).deploy_discord()
68
  """)
69
  with gr.Row(visible=False):
70
  interface.render()
 
64
  Then run the following command
65
 
66
  ```python
67
+ grc.Client.duplicate("gradio-discord-bots/gpt-35-turbo", private=False, secrets={"OPENAI_API_KEY": "<your-key-here>"}).deploy_discord()
68
  """)
69
  with gr.Row(visible=False):
70
  interface.render()