Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,8 @@ from transformers import pipeline, BloomForCausalLM, BloomTokenizerFast
|
|
6 |
from huggingface_hub import login
|
7 |
import requests
|
8 |
import os
|
9 |
-
from models import evaluate_with_gpt,evaluate_with_gemma,evaluate_with_bloom,evaluate_with_jabir,evaluate_with_llama
|
|
|
10 |
|
11 |
|
12 |
|
|
|
6 |
from huggingface_hub import login
|
7 |
import requests
|
8 |
import os
|
9 |
+
# from models import evaluate_with_gpt,evaluate_with_gemma,evaluate_with_bloom,evaluate_with_jabir,evaluate_with_llama
|
10 |
+
from models import evaluate_with_llama
|
11 |
|
12 |
|
13 |
|