sandelrt commited on
Commit
7e7559f
1 Parent(s): 0fd6100

Update app.py

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