Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|