asdasdasdasd commited on
Commit
828cc69
1 Parent(s): c4085a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,5 +87,5 @@ 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()
 
87
  examples=[["sample__real.mp4"],["sample__fake.mp4"],["sample__real2.mp4"],["sample__fake2.mp4"]],
88
  theme = "grass",
89
  title = "人脸伪造检测",
90
+ description = "输入:视频 输出:真/假" )
91
  iface.launch()