Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import numpy as np
|
| 3 |
import tensorflow as tf
|
|
|
|
| 1 |
+
Hugging Face's logo
|
| 2 |
+
Hugging Face
|
| 3 |
+
|
| 4 |
+
Models
|
| 5 |
+
Datasets
|
| 6 |
+
Spaces
|
| 7 |
+
Docs
|
| 8 |
+
Enterprise
|
| 9 |
+
Pricing
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
Spaces:
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
willco-afk
|
| 18 |
+
/
|
| 19 |
+
tree-tests
|
| 20 |
+
|
| 21 |
+
like
|
| 22 |
+
0
|
| 23 |
+
|
| 24 |
+
App
|
| 25 |
+
|
| 26 |
+
Files
|
| 27 |
+
Community
|
| 28 |
+
Settings
|
| 29 |
+
tree-tests
|
| 30 |
+
/
|
| 31 |
+
app.py
|
| 32 |
+
|
| 33 |
+
willco-afk's picture
|
| 34 |
+
willco-afk
|
| 35 |
+
Update app.py
|
| 36 |
+
8ef1729
|
| 37 |
+
VERIFIED
|
| 38 |
+
4 minutes ago
|
| 39 |
+
raw
|
| 40 |
+
|
| 41 |
+
Copy download link
|
| 42 |
+
history
|
| 43 |
+
blame
|
| 44 |
+
edit
|
| 45 |
+
delete
|
| 46 |
+
|
| 47 |
+
1 kB
|
| 48 |
import streamlit as st
|
| 49 |
import numpy as np
|
| 50 |
import tensorflow as tf
|