rushankg commited on
Commit
b33c26e
·
verified ·
1 Parent(s): a7cfe26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import streamlit as st
2
  from transformers import AutoTokenizer, AutoModelForCausalLM
3
  import torch
 
4
  from huggingface_hub import login
5
 
6
  # Authenticate with Hugging Face using the environment variable
 
1
  import streamlit as st
2
  from transformers import AutoTokenizer, AutoModelForCausalLM
3
  import torch
4
+ import os
5
  from huggingface_hub import login
6
 
7
  # Authenticate with Hugging Face using the environment variable