Commit ·
b33e016
1
Parent(s): 8657b02
update app
Browse files
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"
|
| 26 |
|
|
|
|
| 22 |
|
| 23 |
print("Start Potato Server")
|
| 24 |
os.chdir("potato")
|
| 25 |
+
subprocess.run(["potato", "start", "potato_config.yaml", "-p", "7860"])
|
| 26 |
|