Spaces:
Sleeping
Sleeping
Update app.py
Browse filesadd bio mistral
app.py
CHANGED
@@ -37,10 +37,10 @@ class PubMedFetcher():
|
|
37 |
results = {'articles': articles}
|
38 |
return results
|
39 |
|
40 |
-
keyword_llm = HuggingFaceTGIGenerator("
|
41 |
keyword_llm.warm_up()
|
42 |
|
43 |
-
llm = HuggingFaceTGIGenerator("
|
44 |
llm.warm_up()
|
45 |
|
46 |
keyword_prompt_template = """
|
|
|
37 |
results = {'articles': articles}
|
38 |
return results
|
39 |
|
40 |
+
keyword_llm = HuggingFaceTGIGenerator("BioMistral/BioMistral-7B")
|
41 |
keyword_llm.warm_up()
|
42 |
|
43 |
+
llm = HuggingFaceTGIGenerator("BioMistral/BioMistral-7B")
|
44 |
llm.warm_up()
|
45 |
|
46 |
keyword_prompt_template = """
|