JohanDL commited on
Commit
8a86ac1
1 Parent(s): dbb47ee

Update App

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def process_repository(url, model):
26
  os.chdir(repo_name)
27
 
28
  # Run your package command
29
- subprocess.run(['gpt4readability', '.', '--function', 'readme', '--model', model])
30
 
31
  # Open the README.md file and return its contents
32
  with open('README.md', 'r') as readme_file:
 
26
  os.chdir(repo_name)
27
 
28
  # Run your package command
29
+ subprocess.run(['gpt4readability', '.', '--function', 'readme','--include-md', 'false', '--model', model])
30
 
31
  # Open the README.md file and return its contents
32
  with open('README.md', 'r') as readme_file: