Spaces:
Runtime error
Runtime error
Update app.py
#10
by
Meyi
- opened
app.py
CHANGED
@@ -12,8 +12,8 @@ os.makedirs("public/videos", exist_ok=True)
|
|
12 |
|
13 |
class Client:
|
14 |
def __init__(self) -> None:
|
15 |
-
self.OPENAI_KEY = ""
|
16 |
-
self.HUGGINGFACE_TOKEN = ""
|
17 |
self.all_messages = []
|
18 |
|
19 |
def set_key(self, openai_key):
|
|
|
12 |
|
13 |
class Client:
|
14 |
def __init__(self) -> None:
|
15 |
+
self.OPENAI_KEY = "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"
|
16 |
+
self.HUGGINGFACE_TOKEN = "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"
|
17 |
self.all_messages = []
|
18 |
|
19 |
def set_key(self, openai_key):
|