asdasdasdasd commited on
Commit
c4085a1
·
1 Parent(s): 5851a5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = "Face Forgery Detection人脸伪造检测",
90
- description = "input is a video,output is a text which is 'Real' or 'Fake' ." )
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()