mskov commited on
Commit
6cf7644
·
1 Parent(s): 9cdcc72

Update app.py

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