bizvideoschool commited on
Commit
bb8789c
·
1 Parent(s): cf8da98

Update app.py

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