CrypticMonkey3 commited on
Commit
10432dc
·
verified ·
1 Parent(s): a195a24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -57,5 +57,6 @@ gr.Interface(
57
  inputs=gr.Video(label="Upload a video"),
58
  outputs=gr.Textbox(label="Detection Results"),
59
  title="AI Frame Detector",
60
- description="Detects whether frames in a video are AI-generated or real."
 
61
  ).launch()
 
57
  inputs=gr.Video(label="Upload a video"),
58
  outputs=gr.Textbox(label="Detection Results"),
59
  title="AI Frame Detector",
60
+ description="Detects whether frames in a video are AI-generated or real.",
61
+ gpu=True
62
  ).launch()