plannist commited on
Commit
fb501b9
·
1 Parent(s): 47df46f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,4 +29,4 @@ def chat_fn(prompt):
29
  return [f"Error: {str(e)}"]
30
 
31
  demo = gr.Interface(fn=chat_fn, inputs="text", outputs="text")
32
- demo.launch(share=True)
 
29
  return [f"Error: {str(e)}"]
30
 
31
  demo = gr.Interface(fn=chat_fn, inputs="text", outputs="text")
32
+ demo.launch(share=False)