Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,6 +6,7 @@ from tensorflow.keras.applications.mobilenet_v2 import preprocess_input
|
|
| 6 |
import joblib
|
| 7 |
from huggingface_hub import hf_hub_url, cached_download
|
| 8 |
|
|
|
|
| 9 |
# Replace with your Space name (from the link)
|
| 10 |
SPACE_NAME = "engrharis/Throat_Image_Classifier"
|
| 11 |
|
|
|
|
| 6 |
import joblib
|
| 7 |
from huggingface_hub import hf_hub_url, cached_download
|
| 8 |
|
| 9 |
+
|
| 10 |
# Replace with your Space name (from the link)
|
| 11 |
SPACE_NAME = "engrharis/Throat_Image_Classifier"
|
| 12 |
|