Xhaheen commited on
Commit
5fd94ea
1 Parent(s): be059e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +21 -1
app.py CHANGED
@@ -26,7 +26,27 @@ 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
  iface = gr.Interface( happytt,[ gr.inputs.Slider(0, 1, step=0.1),gr.inputs.Slider(150, 4000, step=1),
 
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
+ Try following prompts with """ included
32
+ 1)"""
33
+ Use transformers pipeline to create Question Answering System
34
+ """
35
+ 2)"""
36
+ Python program that sends an email to hello@gmail.com saying "Hello, We are live now" from prvdfds@gmail.com.
37
+ """
38
+ 3)"""
39
+ Write a program to scrap yahoo.com homepage using beautifulsoup
40
+ """
41
+ 4)"""
42
+ Use Spacy large model for Named Entity Recognition
43
+ """
44
+ 5)<!-- Create a registration web page using Bootstrap -->
45
+ <!DOCTYPE html>
46
+ 6)"""
47
+ Write a program to scrap yahoo.com homepage using selenium and beautifulsoup
48
+ """
49
+ '''
50
 
51
 
52
  iface = gr.Interface( happytt,[ gr.inputs.Slider(0, 1, step=0.1),gr.inputs.Slider(150, 4000, step=1),