Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import transformers
|
|
| 7 |
from transformers import pipeline
|
| 8 |
|
| 9 |
# 모델과 토크나이저 로딩
|
| 10 |
-
model_name = "
|
| 11 |
if gr.NO_RELOAD:
|
| 12 |
pipe = pipeline(
|
| 13 |
"text-generation",
|
|
|
|
| 7 |
from transformers import pipeline
|
| 8 |
|
| 9 |
# 모델과 토크나이저 로딩
|
| 10 |
+
model_name = "meta-llama/Llama-3.1-8B-Instruct"
|
| 11 |
if gr.NO_RELOAD:
|
| 12 |
pipe = pipeline(
|
| 13 |
"text-generation",
|