TeacherPuffy commited on
Commit
bf10da6
·
verified ·
1 Parent(s): af926fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def process_text(file, prompt):
68
  raise ValueError("Hugging Face token not found in environment variables.")
69
 
70
  # Repository name on Hugging Face Hub
71
- repo_name = "TeacherPuffy/book2"
72
 
73
  # Process each chunk with a 15-second delay between API calls
74
  results = []
 
68
  raise ValueError("Hugging Face token not found in environment variables.")
69
 
70
  # Repository name on Hugging Face Hub
71
+ repo_name = "TeacherPuffy/book4"
72
 
73
  # Process each chunk with a 15-second delay between API calls
74
  results = []