Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
import gradio as gr
|
|
|
|
| 2 |
|
| 3 |
# Load the question-answering pipeline
|
| 4 |
pipe = pipeline("question-answering", model="hagara/biobert-qa")
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
+
from transformers import pipeline
|
| 3 |
|
| 4 |
# Load the question-answering pipeline
|
| 5 |
pipe = pipeline("question-answering", model="hagara/biobert-qa")
|