AUXteam commited on
Commit
0f5675f
·
verified ·
1 Parent(s): 78bcd34

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +0 -3
app.py CHANGED
@@ -9,7 +9,7 @@ from tinytroupe.agent.social_types import Content
9
  from huggingface_hub import hf_hub_download, upload_file
10
 
11
  HF_TOKEN = os.getenv("HF_TOKEN") # Ensure this is set in Space secrets
12
- REPO_ID = "harvesthealth/tiny_factory"
13
  PERSONA_BASE_FILE = "persona_base.json"
14
 
15
  simulation_manager = SimulationManager()
 
9
  from huggingface_hub import hf_hub_download, upload_file
10
 
11
  HF_TOKEN = os.getenv("HF_TOKEN") # Ensure this is set in Space secrets
12
+ REPO_ID = "AUXteam/tiny_factory"
13
  PERSONA_BASE_FILE = "persona_base.json"
14
 
15
  simulation_manager = SimulationManager()
requirements.txt CHANGED
@@ -20,8 +20,5 @@ matplotlib
20
  pydantic
21
  textdistance
22
  scipy
23
- scikit-learn
24
- sentence-transformers
25
  transformers==4.38.2
26
  huggingface-hub>=0.33.5
27
- ipython
 
20
  pydantic
21
  textdistance
22
  scipy
 
 
23
  transformers==4.38.2
24
  huggingface-hub>=0.33.5