naveenvenkatesh commited on
Commit
b45aa41
·
verified ·
1 Parent(s): 70500b9

Update Tags_Extractor.py

Browse files
Files changed (1) hide show
  1. Tags_Extractor.py +3 -1
Tags_Extractor.py CHANGED
@@ -1,5 +1,7 @@
1
- import openai
2
  import os
 
 
 
3
 
4
 
5
  class Tags:
 
 
1
  import os
2
+ os.system("!pip install openai==0.28")
3
+ import openai
4
+
5
 
6
 
7
  class Tags: