CoCoOne commited on
Commit
b073ba6
·
1 Parent(s): 0561e04

Fix local run path in README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -59,7 +59,7 @@ Optional limits:
59
  ## Local run
60
 
61
  ```bash
62
- cd ResearchClawBench-Self/huggingface/space_submitter
63
  /home/xwh/miniconda3/envs/agent/bin/python -m pip install gradio==6.10.0 -r requirements.txt
64
  /home/xwh/miniconda3/envs/agent/bin/python app.py
65
  ```
 
59
  ## Local run
60
 
61
  ```bash
62
+ cd /mnt/d/xwh/ailab记录/工作/26年03月/sgi-bench/ResearchClawBench-HF/space
63
  /home/xwh/miniconda3/envs/agent/bin/python -m pip install gradio==6.10.0 -r requirements.txt
64
  /home/xwh/miniconda3/envs/agent/bin/python app.py
65
  ```