seapoe1809 commited on
Commit
fdcc9f0
·
verified ·
1 Parent(s): 37b07af

Update darnabot.py

Browse files
Files changed (1) hide show
  1. darnabot.py +2 -1
darnabot.py CHANGED
@@ -961,7 +961,8 @@ with gr.Blocks(theme='Taithrah/Minimal', css= "footer{display:none !important}")
961
 
962
 
963
  if __name__ == "__main__":
 
964
 
965
- demo.launch(server_name='0.0.0.0', server_port=3012, share=False)
966
 
967
 
 
961
 
962
 
963
  if __name__ == "__main__":
964
+ gradio_app.launch()
965
 
966
+ #demo.launch(server_name='0.0.0.0', server_port=3012, share=True)
967
 
968