Spaces:
Running
Running
TeacherPuffy
commited on
Update app.py
Browse files
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/
|
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 = []
|