Update app.py
Browse files
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()
|