euler314 commited on
Commit
10222d3
·
verified ·
1 Parent(s): 89e7d52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -63,6 +63,7 @@ def ensure_packages():
63
  'matplotlib': '3.5.0', # For Python script runner
64
  'seaborn': '0.11.2', # For enhanced visualizations
65
  'scipy': '1.7.3', # For scientific computations
 
66
  }
67
 
68
  with st.spinner("Checking required packages..."):
 
63
  'matplotlib': '3.5.0', # For Python script runner
64
  'seaborn': '0.11.2', # For enhanced visualizations
65
  'scipy': '1.7.3', # For scientific computations
66
+ 'accelerate': '0.20.0',
67
  }
68
 
69
  with st.spinner("Checking required packages..."):