Xhaheen commited on
Commit
843d855
1 Parent(s): c67ff96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -22,8 +22,11 @@ def happytt(temperature,max_tokens,text):
22
  return response.choices[0].text
23
 
24
 
25
- title = "GPT-J-6B"
26
- description = "Gradio Demo for GPT-J 6B, a transformer model trained using Ben Wang's Mesh Transformer JAX. 'GPT-J' refers to the class of model, while '6B' represents the number of trainable parameters. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
 
 
 
27
 
28
 
29
 
 
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
29
+ tool developed for Code generation."
30
 
31
 
32