Spaces:
Runtime error
Runtime error
Casio991ms
commited on
Commit
•
4133328
1
Parent(s):
b14532a
added pip tensorflow
Browse files
app.py
CHANGED
@@ -16,6 +16,8 @@ import time
|
|
16 |
import random
|
17 |
import numpy as np
|
18 |
|
|
|
|
|
19 |
import tensorflow as tf
|
20 |
import matplotlib.pyplot as plt
|
21 |
import matplotlib.ticker as ticker
|
|
|
16 |
import random
|
17 |
import numpy as np
|
18 |
|
19 |
+
os.system("pip install tensorflow")
|
20 |
+
|
21 |
import tensorflow as tf
|
22 |
import matplotlib.pyplot as plt
|
23 |
import matplotlib.ticker as ticker
|