Iris commited on
Commit
d48ccdd
·
1 Parent(s): f739b4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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():