Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,4 +49,4 @@ interface = gr.Interface(fn=CustomChatGPT,
49
  title="HR HELPER",
50
  description="Chat with a specialized assistant that can answer questions about recruiting, hiring, and various HR and CRM tools. Developed by A. Leschik.")
51
 
52
- interface.launch()
 
49
  title="HR HELPER",
50
  description="Chat with a specialized assistant that can answer questions about recruiting, hiring, and various HR and CRM tools. Developed by A. Leschik.")
51
 
52
+ interface.launch(share=True)