Victoria31 commited on
Commit
1edd959
·
verified ·
1 Parent(s): 5c9eee0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import requests
11
  HF_MODEL = "HuggingFaceH4/zephyr-7b-beta"
12
  HF_API_URL = f"https://api-inference.huggingface.co/models/{HF_MODEL}"
13
  headers = {"Authorization": f"Bearer {os.getenv('HF_TOKEN', '').strip()}"}
14
- FILES = [f"main{i}.txt" for i in range(1, 7)]
15
  CHUNK_SIZE = 500
16
 
17
  # Load and process LaTeX files
 
11
  HF_MODEL = "HuggingFaceH4/zephyr-7b-beta"
12
  HF_API_URL = f"https://api-inference.huggingface.co/models/{HF_MODEL}"
13
  headers = {"Authorization": f"Bearer {os.getenv('HF_TOKEN', '').strip()}"}
14
+ FILES = [f"Main{i}.txt" for i in range(1, 7)]
15
  CHUNK_SIZE = 500
16
 
17
  # Load and process LaTeX files