sammyblues commited on
Commit
4469b57
·
verified ·
1 Parent(s): 1c067c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -44,6 +44,5 @@ gr.Interface(
44
  outputs='text',
45
  title="Deepfake Image Detection(CNN)",
46
  description=description_html,
47
- allow_flagging='never',
48
- css=custom_css
49
  ).launch()
 
44
  outputs='text',
45
  title="Deepfake Image Detection(CNN)",
46
  description=description_html,
47
+ allow_flagging='never'
 
48
  ).launch()