ruslanmv commited on
Commit
11298af
·
verified ·
1 Parent(s): 251c9c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
47
  model.to(device)
48
  print(device)
49
 
50
- @spaces.GPU(duration=60 * 3)
51
  def get_output_video(text):
52
  inputs = tokenizer(text,
53
  max_length=1024,
 
47
  model.to(device)
48
  print(device)
49
 
50
+ #@spaces.GPU(duration=60 * 3)
51
  def get_output_video(text):
52
  inputs = tokenizer(text,
53
  max_length=1024,