Wvolf commited on
Commit
e84b5e3
·
1 Parent(s): 19c1209

Update app.py

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