OdinStef commited on
Commit
5531964
·
1 Parent(s): d6910ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,4 +17,4 @@ def CustomChatGPT(user_input):
17
 
18
  demo = gr.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Real Estate Pro")
19
 
20
- demo.launch()
 
17
 
18
  demo = gr.Interface(fn=CustomChatGPT, inputs = "text", outputs = "text", title = "Real Estate Pro")
19
 
20
+ demo.launch(share=True)