Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -63,6 +63,10 @@ def download_file(content):
|
|
63 |
doc.save("会议纪要.docx")
|
64 |
return None
|
65 |
|
|
|
|
|
|
|
|
|
66 |
|
67 |
with gr.Blocks(theme=gr.themes.Default(text_size='lg', radius_size='sm')) as demo:
|
68 |
with gr.Column():
|
|
|
63 |
doc.save("会议纪要.docx")
|
64 |
return None
|
65 |
|
66 |
+
def set_api_key(api_key):
|
67 |
+
openai.api_key = api_key
|
68 |
+
return None
|
69 |
+
|
70 |
|
71 |
with gr.Blocks(theme=gr.themes.Default(text_size='lg', radius_size='sm')) as demo:
|
72 |
with gr.Column():
|