Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def happytt(temperature,max_tokens,text):
|
|
22 |
return response.choices[0].text
|
23 |
|
24 |
|
25 |
-
title = "OpenAI Codex
|
26 |
description = "OpenAI Codex is an artificial intelligence model developed by OpenAI.
|
27 |
It parses natural language and generates code in response.
|
28 |
It is used to power GitHub Copilot, a programming autocompletion
|
|
|
22 |
return response.choices[0].text
|
23 |
|
24 |
|
25 |
+
title = "OpenAI Codex"
|
26 |
description = "OpenAI Codex is an artificial intelligence model developed by OpenAI.
|
27 |
It parses natural language and generates code in response.
|
28 |
It is used to power GitHub Copilot, a programming autocompletion
|