SalmanAboAraj commited on
Commit
7a2ccad
·
verified ·
1 Parent(s): dfd0c07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 from huggingface_hub
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)