Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
from tensorflow.keras.models import load_model
|
3 |
import numpy as np
|
4 |
-
import cv2
|
5 |
-
import hf_hub_download
|
6 |
|
7 |
model_path = hf_hub_download(repo_id="SalmanAboAraj/Tooth1", filename="unet_model.h5")
|
8 |
model = load_model(model_path)
|
|
|
1 |
import gradio as gr
|
2 |
from tensorflow.keras.models import load_model
|
3 |
import numpy as np
|
4 |
+
import cv2
|
5 |
+
from huggingface_hub import hf_hub_download
|
6 |
|
7 |
model_path = hf_hub_download(repo_id="SalmanAboAraj/Tooth1", filename="unet_model.h5")
|
8 |
model = load_model(model_path)
|