nalin0503 commited on
Commit
9f34bea
·
1 Parent(s): 86c8b40

Update path to FILM

Browse files
Files changed (1) hide show
  1. FILM.py +1 -1
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('https://tfhub.dev/google/film/1')
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