Spaces:
No application file
No application file
Rifat Mamayusupov
commited on
Update run.py
Browse files
run.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
|
|
|
2 |
|
3 |
-
|
4 |
-
|
5 |
-
print(text)
|
|
|
1 |
+
# Use a pipeline as a high-level helper
|
2 |
+
from transformers import pipeline
|
3 |
|
4 |
+
pipe = pipeline("question-answering", model="ai-nightcoder/ExtractQuestionAnswer")
|
|
|
|