Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
os.system("pip install
|
7 |
import openai
|
8 |
import os
|
9 |
from pprint import pprint
|
|
|
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 --upgrade pip")
|
7 |
import openai
|
8 |
import os
|
9 |
from pprint import pprint
|