sschellhammer commited on
Commit
b33e016
·
1 Parent(s): 8657b02

update app

Browse files
Files changed (1) hide show
  1. start.py +1 -1
start.py CHANGED
@@ -22,5 +22,5 @@ with CommitScheduler(repo_id=ANNOTATION_DATA_REPO, token=HF_TOKEN, folder_path=L
22
 
23
  print("Start Potato Server")
24
  os.chdir("potato")
25
- subprocess.run(["potato", "start", "potato_config.yaml", "-p", "7860", "--debug"])
26
 
 
22
 
23
  print("Start Potato Server")
24
  os.chdir("potato")
25
+ subprocess.run(["potato", "start", "potato_config.yaml", "-p", "7860"])
26