liuganghuggingface commited on
Commit
1e3c39a
·
verified ·
1 Parent(s): 4009614

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -53,7 +53,6 @@ atexit.register(cleanup_temp_files)
53
  def random_properties():
54
  return known_labels[all_properties].sample(1).values.tolist()[0]
55
 
56
- @spaces.GPU
57
  def load_model(model_choice):
58
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
59
  model = load_graph_decoder(path=model_choice)
 
53
  def random_properties():
54
  return known_labels[all_properties].sample(1).values.tolist()[0]
55
 
 
56
  def load_model(model_choice):
57
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
58
  model = load_graph_decoder(path=model_choice)