Spaces:
Paused
Paused
Update app.py
Browse files
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():
|