mohantvj commited on
Commit
ddae7c9
·
verified ·
1 Parent(s): 9040194

Upload agent

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,5 +39,5 @@ agent = CodeAgent(
39
  max_print_outputs_length=None,
40
  prompt_templates=prompt_templates
41
  )
42
- if __name__ == "__main__" and os.getenv("HF_TOKEN") is None:
43
- GradioUI(agent).launch(share=True, ssr_mode=False)
 
39
  max_print_outputs_length=None,
40
  prompt_templates=prompt_templates
41
  )
42
+ if __name__ == "__main__":
43
+ GradioUI(agent).launch()