Spaces:
Runtime error
Runtime error
darshan8950
commited on
Commit
•
8c9050b
1
Parent(s):
3e17de8
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
# coding: utf-8
|
3 |
|
4 |
# Uncomment to run on cpu
|
|
|
5 |
import os
|
6 |
os.environ["JAX_PLATFORM_NAME"] = "cpu"
|
7 |
|
|
|
2 |
# coding: utf-8
|
3 |
|
4 |
# Uncomment to run on cpu
|
5 |
+
!pip install jax
|
6 |
import os
|
7 |
os.environ["JAX_PLATFORM_NAME"] = "cpu"
|
8 |
|