Spaces:
Runtime error
Runtime error
Rename any_language_translator.py to app.py
Browse files
any_language_translator.py → app.py
RENAMED
@@ -7,9 +7,7 @@ Original file is located at
|
|
7 |
https://colab.research.google.com/drive/1cJmy7eHRvwkQJDWOg775L2iSMjfR4dFx
|
8 |
"""
|
9 |
|
10 |
-
|
11 |
-
!pip install langchain==0.0.208 deeplake openai tiktoken
|
12 |
-
!pip install python-dotenv
|
13 |
|
14 |
import os
|
15 |
import openai
|
|
|
7 |
https://colab.research.google.com/drive/1cJmy7eHRvwkQJDWOg775L2iSMjfR4dFx
|
8 |
"""
|
9 |
|
10 |
+
|
|
|
|
|
11 |
|
12 |
import os
|
13 |
import openai
|