Spaces:
Runtime error
Runtime error
Commit
·
b8bbb28
1
Parent(s):
f0f7aa3
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ app = FastAPI()
|
|
8 |
# This function will be able to generate text
|
9 |
# given an input.
|
10 |
pipe = pipeline("text2text-generation",
|
11 |
-
model="
|
12 |
|
13 |
@app.get("/")
|
14 |
def read_root():
|
|
|
8 |
# This function will be able to generate text
|
9 |
# given an input.
|
10 |
pipe = pipeline("text2text-generation",
|
11 |
+
model="Quizzer/Question2WrongAnswer")
|
12 |
|
13 |
@app.get("/")
|
14 |
def read_root():
|