Spaces:
Runtime error
Runtime error
Yash Sachdeva
commited on
Commit
·
f9220be
1
Parent(s):
cc2684c
flan
Browse files- question_paper.py +1 -0
question_paper.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
from transformers import pipeline
|
|
|
2 |
|
3 |
pipe_flan = pipeline("text2text-generation", model="google/flan-t5-small")
|
4 |
|
|
|
1 |
from transformers import pipeline
|
2 |
+
from fastapi import FastAPI
|
3 |
|
4 |
pipe_flan = pipeline("text2text-generation", model="google/flan-t5-small")
|
5 |
|