Spaces:
Running
Running
Update path to FILM
Browse files
FILM.py
CHANGED
@@ -30,7 +30,7 @@ def load_film_model():
|
|
30 |
"""Loads the FILM model only when called explicitly."""
|
31 |
print("Loading FILM model...")
|
32 |
import tensorflow_hub as hub
|
33 |
-
model = hub.load('
|
34 |
print("FILM model loaded successfully.")
|
35 |
return model
|
36 |
|
|
|
30 |
"""Loads the FILM model only when called explicitly."""
|
31 |
print("Loading FILM model...")
|
32 |
import tensorflow_hub as hub
|
33 |
+
model = hub.load('FILM_model')
|
34 |
print("FILM model loaded successfully.")
|
35 |
return model
|
36 |
|