Xhaheen commited on
Commit
1971943
1 Parent(s): 10e4b31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,8 +3,8 @@ import numpy as np
3
 
4
  import gradio as gr
5
 
 
6
 
7
- engine="code-davinci-002"
8
 
9
 
10
  def happytt(temperature,max_tokens,text):
 
3
 
4
  import gradio as gr
5
 
6
+ openai.api_key = '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'
7
 
 
8
 
9
 
10
  def happytt(temperature,max_tokens,text):