lexi96 commited on
Commit
ddc467f
1 Parent(s): 45b5bf8
Files changed (1) hide show
  1. app.py +1 -1
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="cuda:0")
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 = """