Pavishanth68 commited on
Commit
e501ab3
·
verified ·
1 Parent(s): 8b939f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -78,4 +78,9 @@ demo = gr.ChatInterface(
78
  )
79
 
80
  if __name__ == "__main__":
81
- demo.launch(server_name="0.0.0.0", server_port=7860, show_api=False)
 
 
 
 
 
 
78
  )
79
 
80
  if __name__ == "__main__":
81
+ demo.launch(
82
+ server_name="0.0.0.0",
83
+ server_port=7860,
84
+ share=False,
85
+ show_api=False
86
+ )