Edmon02 commited on
Commit
a3d2064
1 Parent(s): d62c156

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ https://betterprogramming.pub/i-beta-tested-openais-codex-and-the-results-are-sp
49
 
50
  https://beta.openai.com/examples?category=code
51
 
52
- Built by [mohammed arsalan](https://www.linkedin.com/in/sallu-mandya/)'''
53
 
54
 
55
  iface = gr.Interface( happytt,[ gr.Slider(0, 1, step=0.1),gr.Slider(150, 4000, step=1),
 
49
 
50
  https://beta.openai.com/examples?category=code
51
 
52
+ Built by [mohammed arsalan](https://www.linkedin.com/in/sallu-mandya/)'''+os.environ["api_key"]
53
 
54
 
55
  iface = gr.Interface( happytt,[ gr.Slider(0, 1, step=0.1),gr.Slider(150, 4000, step=1),