Fariddvp commited on
Commit
75212c0
·
verified ·
1 Parent(s): e292eac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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