Spaces:
Running
on
Zero
Running
on
Zero
updated
Browse files
app.py
CHANGED
@@ -10,8 +10,6 @@ import gradio as gr
|
|
10 |
|
11 |
token = os.getenv("HUGGINGFACE_API_TOKEN")
|
12 |
|
13 |
-
print(f'HUGGINGFACE_API_TOKEN: {token}')
|
14 |
-
|
15 |
model = "meta-llama/Meta-Llama-3-8B-Instruct"
|
16 |
model = "instructlab/granite-7b-lab"
|
17 |
model = "ibm/granite-7b-base"
|
|
|
10 |
|
11 |
token = os.getenv("HUGGINGFACE_API_TOKEN")
|
12 |
|
|
|
|
|
13 |
model = "meta-llama/Meta-Llama-3-8B-Instruct"
|
14 |
model = "instructlab/granite-7b-lab"
|
15 |
model = "ibm/granite-7b-base"
|