mskov commited on
Commit
19ca343
1 Parent(s): 1fbbcfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -3,7 +3,6 @@
3
  This script calls the ada model from openai api to predict the next few words.
4
  '''
5
  import os
6
- os.system("pip --upgrade pip")
7
  os.system("pip install git+https://github.com/openai/openai-python.git")
8
  import openai
9
  import os
 
3
  This script calls the ada model from openai api to predict the next few words.
4
  '''
5
  import os
 
6
  os.system("pip install git+https://github.com/openai/openai-python.git")
7
  import openai
8
  import os