Spaces:
Sleeping
Sleeping
GoofyGoof
commited on
Commit
·
b1582b8
1
Parent(s):
2b4038c
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import numpy as np
|
|
4 |
import gradio as gr
|
5 |
|
6 |
# Загрузка файла модели из Hugging Face Hub
|
7 |
-
model_path = hf_hub_download(repo_id="neuronetties/
|
8 |
|
9 |
# Загрузка модели
|
10 |
model = tf.keras.models.load_model(model_path)
|
|
|
4 |
import gradio as gr
|
5 |
|
6 |
# Загрузка файла модели из Hugging Face Hub
|
7 |
+
model_path = hf_hub_download(repo_id="neuronetties/Wine", filename="wine_model.keras")
|
8 |
|
9 |
# Загрузка модели
|
10 |
model = tf.keras.models.load_model(model_path)
|