ajeetkumar01 commited on
Commit
1f34b73
·
verified ·
1 Parent(s): b345e15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import pandas as pd
3
  from transformers import AutoTokenizer, AutoModelForCausalLM
4
  import torch
5
  from huggingface_hub import login # For authentication
 
6
 
7
  # Authenticate with Hugging Face
8
  def authenticate_huggingface():
 
3
  from transformers import AutoTokenizer, AutoModelForCausalLM
4
  import torch
5
  from huggingface_hub import login # For authentication
6
+ import os
7
 
8
  # Authenticate with Hugging Face
9
  def authenticate_huggingface():