Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -189,4 +189,4 @@ with gr.Blocks() as demo:
|
|
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(share=True
|
|
|
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()#share=True
|