Wvolf commited on
Commit
90f4b4d
1 Parent(s): e84b5e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,6 +46,6 @@ gr.Interface(
46
  title="Deepfake Image Detection(CNN)",
47
  description=description_html,
48
  allow_flagging='never',
49
- examples=example_data
50
  theme= "dark"
51
  ).launch()
 
46
  title="Deepfake Image Detection(CNN)",
47
  description=description_html,
48
  allow_flagging='never',
49
+ examples=example_data,
50
  theme= "dark"
51
  ).launch()