Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|