TeacherPuffy commited on
Commit
7328493
·
verified ·
1 Parent(s): 39bca12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def process_text(file, prompt):
56
  # Upload to Hugging Face dataset
57
  hf_api = HfApi(token=os.environ["HUGGINGFACE_TOKEN"])
58
  dataset = Dataset.from_dict({"text": results})
59
- dataset.push_to_hub("your_huggingface_username/your_dataset_name")
60
 
61
  # Create a ZIP file
62
  with zipfile.ZipFile("outputs.zip", "w") as zipf:
 
56
  # Upload to Hugging Face dataset
57
  hf_api = HfApi(token=os.environ["HUGGINGFACE_TOKEN"])
58
  dataset = Dataset.from_dict({"text": results})
59
+ dataset.push_to_hub("TeacherPuffy/book")
60
 
61
  # Create a ZIP file
62
  with zipfile.ZipFile("outputs.zip", "w") as zipf: