Spaces:
Build error
Build error
Commit
·
c4085a1
1
Parent(s):
5851a5b
Update app.py
Browse files
app.py
CHANGED
@@ -86,6 +86,6 @@ outputs = gr.outputs.Textbox()
|
|
86 |
iface = gr.Interface(fn=predict, inputs=inputs, outputs=outputs,
|
87 |
examples=[["sample__real.mp4"],["sample__fake.mp4"],["sample__real2.mp4"],["sample__fake2.mp4"]],
|
88 |
theme = "grass",
|
89 |
-
title = "
|
90 |
-
description = "
|
91 |
iface.launch()
|
|
|
86 |
iface = gr.Interface(fn=predict, inputs=inputs, outputs=outputs,
|
87 |
examples=[["sample__real.mp4"],["sample__fake.mp4"],["sample__real2.mp4"],["sample__fake2.mp4"]],
|
88 |
theme = "grass",
|
89 |
+
title = "人脸伪造检测",
|
90 |
+
description = "输入:视频 . 输出:真/假" )
|
91 |
iface.launch()
|