Spaces:
Runtime error
Runtime error
Richard Fan
commited on
Commit
·
abb7128
1
Parent(s):
062b3af
fixes
Browse files
app.py
CHANGED
@@ -150,7 +150,6 @@ def test(email, topic, physics_topic, categories, interest, key):
|
|
150 |
|
151 |
|
152 |
def register_openai_token(token):
|
153 |
-
print(f"registering new key: {token[:5]}")
|
154 |
openai.api_key = token
|
155 |
|
156 |
with gr.Blocks() as demo:
|
|
|
150 |
|
151 |
|
152 |
def register_openai_token(token):
|
|
|
153 |
openai.api_key = token
|
154 |
|
155 |
with gr.Blocks() as demo:
|