316usman commited on
Commit
43a7dd6
·
1 Parent(s): 42a9a2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -118,4 +118,7 @@ if st.session_state["model_loaded"]:
118
  text = (llm_chain.predict(instruction=query, answers=answers))
119
 
120
  st.text_area("Result",text)
 
 
 
121
  cuda.empty_cache()
 
118
  text = (llm_chain.predict(instruction=query, answers=answers))
119
 
120
  st.text_area("Result",text)
121
+ cuda.empty_cache()
122
+ cuda.empty_cache()
123
+ cuda.empty_cache()
124
  cuda.empty_cache()