AsadIsmail commited on
Commit
8e6525d
·
verified ·
1 Parent(s): 0839c8d

Clean public Space README paths

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -19,9 +19,9 @@ This Space is the lightweight public demo for the single released
19
 
20
  The app reads:
21
 
22
- - `../results/confirmed_exp15_summary.json`
23
- - `../results/scenario_comparisons.json`
24
- - `../MEMORY_EXTRACTION_SKILL.md`
25
 
26
  ## What It Shows
27
 
@@ -32,7 +32,6 @@ The app reads:
32
  ## Local Run
33
 
34
  ```bash
35
- cd /home/ec2-user/SageMaker/autoresearch_memory/hf_space_demo
36
  python -m pip install -r requirements.txt
37
  python app.py
38
  ```
 
19
 
20
  The app reads:
21
 
22
+ - `results/confirmed_exp15_summary.json`
23
+ - `results/scenario_comparisons.json`
24
+ - `MEMORY_EXTRACTION_SKILL.md`
25
 
26
  ## What It Shows
27
 
 
32
  ## Local Run
33
 
34
  ```bash
 
35
  python -m pip install -r requirements.txt
36
  python app.py
37
  ```