SlothioAI commited on
Commit
47fc793
1 Parent(s): 94700e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,4 +39,4 @@ wolfram_alpha_appid = gr.inputs.Textbox(lines=1, label='Wolfram Alpha AppID', ty
39
 
40
  interface = gr.Interface(fn=chat_response, inputs=[input_text, openai_api_key, google_api_key, google_cse_id, wolfram_alpha_appid], outputs="text", description=description)
41
 
42
- interface.launch(share=True)
 
39
 
40
  interface = gr.Interface(fn=chat_response, inputs=[input_text, openai_api_key, google_api_key, google_cse_id, wolfram_alpha_appid], outputs="text", description=description)
41
 
42
+ interface.launch(share=False)