dwb2023 commited on
Commit
9aad188
1 Parent(s): 32ccac4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -5,10 +5,6 @@ from utils import get_model_summary, install_flash_attn, authenticate_hf
5
  # Install required package
6
  install_flash_attn()
7
 
8
- # Authenticate with Hugging Face
9
- HF_TOKEN = os.getenv("HF_TOKEN")
10
- authenticate_hf(HF_TOKEN)
11
-
12
  # Create the Gradio Blocks interface
13
  with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
14
  with gr.Row():
 
5
  # Install required package
6
  install_flash_attn()
7
 
 
 
 
 
8
  # Create the Gradio Blocks interface
9
  with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
10
  with gr.Row():