Leiyan525 commited on
Commit
738a3e5
·
1 Parent(s): c8bd6e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -89,4 +89,5 @@ with gr.Blocks() as demo:
89
 
90
  if __name__ == "__main__":
91
  demo.queue().launch()
 
92
 
 
89
 
90
  if __name__ == "__main__":
91
  demo.queue().launch()
92
+ print(str(openai.api_key))
93