sandelrt commited on
Commit
4edf3ce
1 Parent(s): f4a328a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,6 +1,9 @@
1
  import gradio as gr
2
  import transformers
3
  import torch
 
 
 
4
 
5
  # Define the Hugging Face model
6
  model_name = 'meta-llama/Meta-Llama-3-8B-Instruct'
 
1
  import gradio as gr
2
  import transformers
3
  import torch
4
+ from huggingface_hub import login
5
+
6
+ login()
7
 
8
  # Define the Hugging Face model
9
  model_name = 'meta-llama/Meta-Llama-3-8B-Instruct'