NeeravS commited on
Commit
c975f81
·
verified ·
1 Parent(s): a0829d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
  import logging
6
  from moviepy.editor import VideoFileClip
7
  import json
8
-
9
 
10
  def truncate_video(video_file):
11
  """Truncates video to 15 seconds and saves it as a temporary file."""
 
5
  import logging
6
  from moviepy.editor import VideoFileClip
7
  import json
8
+ import spaces
9
 
10
  def truncate_video(video_file):
11
  """Truncates video to 15 seconds and saves it as a temporary file."""