broadfield-dev commited on
Commit
a7f171e
·
verified ·
1 Parent(s): 504d41e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,4 +2,4 @@ import os
2
  os.system("pip install git+https://github.com/broadfield-dev/repo_to_md.git@main#egg=repo_to_md[demo]")
3
  #os.system("python -m repo_to_md.demo") # Optional method for running the demo in command line
4
  from repo_to_md import demo
5
- demo.run_demo(show_api=True)
 
2
  os.system("pip install git+https://github.com/broadfield-dev/repo_to_md.git@main#egg=repo_to_md[demo]")
3
  #os.system("python -m repo_to_md.demo") # Optional method for running the demo in command line
4
  from repo_to_md import demo
5
+ demo.run_demo()