Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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),
|