Spaces:
Runtime error
Runtime error
up
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ model = AutoModelForCausalLM.from_pretrained("microsoft/BioGPT-Large-PubMedQA")
|
|
23 |
pipe_biogpt = pipeline("text-generation",
|
24 |
model=model,
|
25 |
tokenizer = tokenizer,
|
26 |
-
device="
|
27 |
|
28 |
title = "BioGPT Q&A Demo"
|
29 |
description = """
|
|
|
23 |
pipe_biogpt = pipeline("text-generation",
|
24 |
model=model,
|
25 |
tokenizer = tokenizer,
|
26 |
+
device="cpu:0")
|
27 |
|
28 |
title = "BioGPT Q&A Demo"
|
29 |
description = """
|