akdeniz27 commited on
Commit
5950b26
1 Parent(s): 4b53411

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,5 +68,5 @@ else:
68
  Run_Button = st.button("Run", key=None)
69
  if Run_Button == True and not len(contract)==0 and not len(question)==0:
70
 
71
- prediction = run_prediction(question, contract, 'C:/Users/akden/Desktop/Legal NLP/CUAD/cuad-models/roberta-base/')
72
  st.write("Answer: " + prediction.strip())
 
68
  Run_Button = st.button("Run", key=None)
69
  if Run_Button == True and not len(contract)==0 and not len(question)==0:
70
 
71
+ prediction = run_prediction(question, contract, 'akdeniz27/roberta-base-cuad')
72
  st.write("Answer: " + prediction.strip())