Spaces:
Build error
Build error
Commit
·
93d0302
1
Parent(s):
2e94ee0
Update app.py
Browse files
app.py
CHANGED
@@ -79,6 +79,7 @@ def predict(video):
|
|
79 |
label = "Fake"
|
80 |
else:
|
81 |
label = "Real"
|
|
|
82 |
return label
|
83 |
|
84 |
inputs = gr.inputs.Video()
|
|
|
79 |
label = "Fake"
|
80 |
else:
|
81 |
label = "Real"
|
82 |
+
print("the label is {}".format(label))
|
83 |
return label
|
84 |
|
85 |
inputs = gr.inputs.Video()
|