Spaces:
Sleeping
Sleeping
aayush-shah
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -10,10 +10,6 @@ import numpy as np
|
|
10 |
import gradio as gr
|
11 |
from time import time
|
12 |
|
13 |
-
ACCESS_TOKEN = os.getenv("HF_TOKEN")
|
14 |
-
|
15 |
-
from huggingface_hub import login
|
16 |
-
login(token = ACCESS_TOKEN)
|
17 |
|
18 |
model_id = "Esperanto/Protein-Llama-3-8B"
|
19 |
#Loading the fine-tuned LLaMA 3 model
|
|
|
10 |
import gradio as gr
|
11 |
from time import time
|
12 |
|
|
|
|
|
|
|
|
|
13 |
|
14 |
model_id = "Esperanto/Protein-Llama-3-8B"
|
15 |
#Loading the fine-tuned LLaMA 3 model
|