Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Towhidul
/
Skin_Cancer_Prediction
like
0
Running
App
Files
Files
Community
Towhidul
commited on
Dec 14, 2023
Commit
068e46c
•
1 Parent(s):
c749916
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import numpy as np
2
import pandas as pd
3
import tensorflow as tf
4
from tensorflow import keras
1
import numpy as np
2
+
import tempfile
3
import pandas as pd
4
import tensorflow as tf
5
from tensorflow import keras