Spaces:
Runtime error
Runtime error
removed api key
Browse files
app.py
CHANGED
|
@@ -3,8 +3,6 @@ import openai
|
|
| 3 |
import threading as th
|
| 4 |
import os
|
| 5 |
|
| 6 |
-
os.environ['OPENAI_API_KEY']="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"
|
| 7 |
-
openai.api_key = os.environ['OPENAI_API_KEY']
|
| 8 |
|
| 9 |
|
| 10 |
def translateoutput(text,language):
|
|
|
|
| 3 |
import threading as th
|
| 4 |
import os
|
| 5 |
|
|
|
|
|
|
|
| 6 |
|
| 7 |
|
| 8 |
def translateoutput(text,language):
|