Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import os
|
|
| 5 |
|
| 6 |
os.environ["KERAS_BACKEND"] = "tensorflow"
|
| 7 |
|
| 8 |
-
model = keras.saving.load_model("ElBeh/ma_basemodel
|
| 9 |
|
| 10 |
|
| 11 |
st.title("Fake Detection")
|
|
|
|
| 5 |
|
| 6 |
os.environ["KERAS_BACKEND"] = "tensorflow"
|
| 7 |
|
| 8 |
+
model = keras.saving.load_model("hf://ElBeh/ma_basemodel")
|
| 9 |
|
| 10 |
|
| 11 |
st.title("Fake Detection")
|