Spaces:
Running
Running
Commit
·
fb36012
1
Parent(s):
89ebd9c
Update app.py
Browse files
app.py
CHANGED
@@ -188,7 +188,7 @@ with gr.Blocks() as demo:
|
|
188 |
answer = gr.Textbox(label='The answer to your question is :')
|
189 |
|
190 |
btn.click(question_answer, inputs=[url, file, question,openAI_key], outputs=[answer])
|
191 |
-
openai.api_key = os.getenv('Your_Key_Here')
|
192 |
demo.launch()
|
193 |
|
194 |
|
|
|
188 |
answer = gr.Textbox(label='The answer to your question is :')
|
189 |
|
190 |
btn.click(question_answer, inputs=[url, file, question,openAI_key], outputs=[answer])
|
191 |
+
#openai.api_key = os.getenv('Your_Key_Here')
|
192 |
demo.launch()
|
193 |
|
194 |
|