Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -142,7 +142,7 @@ demo = gr.Interface(
|
|
| 142 |
fn=predict,
|
| 143 |
inputs=[
|
| 144 |
gr.Video(label="Upload Video"),
|
| 145 |
-
|
| 146 |
],
|
| 147 |
outputs=gr.JSON(),
|
| 148 |
title="TALL4Deepfake Detector",
|
|
|
|
| 142 |
fn=predict,
|
| 143 |
inputs=[
|
| 144 |
gr.Video(label="Upload Video"),
|
| 145 |
+
gr.Slider(0, 1, value=0.5, step=0.01, label="Threshold")
|
| 146 |
],
|
| 147 |
outputs=gr.JSON(),
|
| 148 |
title="TALL4Deepfake Detector",
|