Update inference.ipynb and fix app.py not found error

There IS no app.py in the main folder, you're supposed to run it via acestep, so I added the lines to install it use it instead
This commit is contained in:
Samrat Barai
2025-05-13 18:07:25 +06:00
committed by GitHub
parent d31a31472a
commit 43869651f1
+3 -1
View File
@@ -123,7 +123,9 @@
"\n",
"\n",
"print(\" * Running UI...\")\n",
"!python app.py --checkpoint_path ./checkpoints/ --port 7865 --device_id 0 --share true --bf16 {bf16}"
"\n",
"!pip install e .",
"!acestep --checkpoint_path ./checkpoints/ --port 7865 --device_id 0 --share true --bf16 {bf16}"
],
"metadata": {
"cellView": "form",