vikhyatk commited on
Commit
f570a28
·
verified ·
1 Parent(s): c79cf65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ model, tokenizer = load_moondream()
23
 
24
 
25
  # Uncomment for Hugging Face Spaces
26
- # @spaces.GPU(duration=120)
27
  def process_video_file(
28
  video_file, detect_keyword, box_style, ffmpeg_preset, rows, cols, test_mode
29
  ):
 
23
 
24
 
25
  # Uncomment for Hugging Face Spaces
26
+ @spaces.GPU(duration=120)
27
  def process_video_file(
28
  video_file, detect_keyword, box_style, ffmpeg_preset, rows, cols, test_mode
29
  ):