Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
|
|
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)
|