Update app.py
Browse files
app.py
CHANGED
@@ -429,7 +429,7 @@ def file_download(client, file_id, folder, ext):
|
|
429 |
|
430 |
def finally_proc():
|
431 |
|
432 |
-
os.environ["OPENAI_API_KEY"] = ""
|
433 |
|
434 |
# new_text = gr.Textbox(value="", interactive=True)
|
435 |
new_up_file = gr.File(value=None, interactive = True)
|
|
|
429 |
|
430 |
def finally_proc():
|
431 |
|
432 |
+
# os.environ["OPENAI_API_KEY"] = ""
|
433 |
|
434 |
# new_text = gr.Textbox(value="", interactive=True)
|
435 |
new_up_file = gr.File(value=None, interactive = True)
|