bhaskartripathi commited on
Commit
89518d7
1 Parent(s): ebffb23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,6 +89,6 @@ with gr.Blocks() as demo:
89
  with gr.Group():
90
  output_video = gr.outputs.Video()
91
  btn.click(chatbot, inputs=[question,openAI_key], outputs=[output_video])
92
- #openai.api_key = os.getenv('Your_Key_Here')
93
 
94
  demo.launch()
 
89
  with gr.Group():
90
  output_video = gr.outputs.Video()
91
  btn.click(chatbot, inputs=[question,openAI_key], outputs=[output_video])
92
+ # openai.api_key = os.getenv('Your_Key_Here')
93
 
94
  demo.launch()