Update app.py
Browse files
app.py
CHANGED
@@ -7,11 +7,11 @@ from tensorflow.keras.applications.inception_v3 import InceptionV3, preprocess_i
|
|
7 |
import gdown
|
8 |
|
9 |
# Download model dari Google Drive
|
10 |
-
file_id = '
|
11 |
-
gdown.download(f"https://drive.google.com/uc?export=download&id={file_id}", "
|
12 |
|
13 |
# Load model
|
14 |
-
model = load_model("
|
15 |
|
16 |
# Labels dan saran pengobatan untuk deteksi acne
|
17 |
acne_labels = {
|
|
|
7 |
import gdown
|
8 |
|
9 |
# Download model dari Google Drive
|
10 |
+
file_id = '10LuyD0erYpFO2D4dN_BYoBQU9sblpLNL'
|
11 |
+
gdown.download(f"https://drive.google.com/uc?export=download&id={file_id}", "Dalam_Nama_TuhanYesus.keras", quiet=False)
|
12 |
|
13 |
# Load model
|
14 |
+
model = load_model("Dalam_Nama_TuhanYesus.keras")
|
15 |
|
16 |
# Labels dan saran pengobatan untuk deteksi acne
|
17 |
acne_labels = {
|