Xhaheen commited on
Commit
71da2b3
1 Parent(s): 63ef105

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -31,10 +31,7 @@ tool developed for Code generation.
31
  Try following prompts and tweak temperatures in following links -
32
  https://www.pragnakalp.com/experimenting-with-openai-codex/
33
  https://betterprogramming.pub/i-beta-tested-openais-codex-and-the-results-are-spooky-good-e282a1874c79
34
- https://beta.openai.com/examples?category=code
35
-
36
-
37
- '''
38
 
39
 
40
  iface = gr.Interface( happytt,[ gr.inputs.Slider(0, 1, step=0.1),gr.inputs.Slider(150, 4000, step=1),
 
31
  Try following prompts and tweak temperatures in following links -
32
  https://www.pragnakalp.com/experimenting-with-openai-codex/
33
  https://betterprogramming.pub/i-beta-tested-openais-codex-and-the-results-are-spooky-good-e282a1874c79
34
+ https://beta.openai.com/examples?category=code'''
 
 
 
35
 
36
 
37
  iface = gr.Interface( happytt,[ gr.inputs.Slider(0, 1, step=0.1),gr.inputs.Slider(150, 4000, step=1),