Spaces:
Runtime error
Runtime error
tkharisov7
commited on
Commit
·
129ef5e
1
Parent(s):
ecb9d73
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def get_pipeline():
|
|
46 |
return pipe
|
47 |
|
48 |
pipe = get_pipeline()
|
49 |
-
predictions = pipe(question
|
50 |
|
51 |
st.markdown("### Estimated Score:")
|
52 |
|
|
|
46 |
return pipe
|
47 |
|
48 |
pipe = get_pipeline()
|
49 |
+
predictions = pipe((question, essay))
|
50 |
|
51 |
st.markdown("### Estimated Score:")
|
52 |
|