Spaces:
Running
Running
Update app.py
Browse files
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..."):
|