methestrikerx100 commited on
Commit
f811706
·
verified ·
1 Parent(s): 531fedc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -3,6 +3,8 @@ from PIL import Image
3
  import numpy as np
4
  import gradio as gr
5
  from huggingface_hub import hf_hub_download
 
 
6
 
7
  # Load the trained model
8
  repo_id = "methestrikerx100/Mineral_Identifcation_Project"
 
3
  import numpy as np
4
  import gradio as gr
5
  from huggingface_hub import hf_hub_download
6
+ from tensorflow import keras
7
+
8
 
9
  # Load the trained model
10
  repo_id = "methestrikerx100/Mineral_Identifcation_Project"