elghafiani commited on
Commit
7286aab
·
1 Parent(s): 726ccef

removed share=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def main(
71
  ],
72
  title="Magicoder",
73
  description="This is a LLM playground for Magicoder! Follow us on Github: https://github.com/ise-uiuc/magicoder and Huggingface: https://huggingface.co/ise-uiuc."
74
- ).queue().launch(share=True, server_port=port)
75
 
76
  if __name__ == "__main__":
77
  fire.Fire(main)
 
71
  ],
72
  title="Magicoder",
73
  description="This is a LLM playground for Magicoder! Follow us on Github: https://github.com/ise-uiuc/magicoder and Huggingface: https://huggingface.co/ise-uiuc."
74
+ ).queue().launch()
75
 
76
  if __name__ == "__main__":
77
  fire.Fire(main)