waqasali1707 commited on
Commit
769beea
·
verified ·
1 Parent(s): 442a87e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import torch
3
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM, GenerationConfig
4
 
5
  # Your Hugging Face token
6
- hf_token = "YOUR_HUGGING_FACE_TOKEN"
7
 
8
  # Update this to your model's Hugging Face path
9
  model_name = "waqasali1707/Bart-Base-Summarization"
 
3
  from transformers import AutoTokenizer, AutoModelForSeq2SeqLM, GenerationConfig
4
 
5
  # Your Hugging Face token
6
+ hf_token = "HUGGINGFACE_TOKEN"
7
 
8
  # Update this to your model's Hugging Face path
9
  model_name = "waqasali1707/Bart-Base-Summarization"