stephenmccartney1234 commited on
Commit
9caddaf
·
1 Parent(s): 296e403

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
  import openai
3
- openai.api_key = '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'
4
 
5
  def generate_text(prompt):
6
  # Add custom text to the prompt
 
1
  import gradio as gr
2
  import openai
3
+ openai.api_key = 'XXX'
4
 
5
  def generate_text(prompt):
6
  # Add custom text to the prompt