Wvolf commited on
Commit
19c1209
1 Parent(s): 310647f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ gr.Interface(
43
  fn=predict_image,
44
  inputs='image',
45
  outputs='text',
46
- title='Deepfake Image Detection(CNN)',
47
  description=description_html,
48
  allow_flagging='never',
49
  examples=example_data
 
43
  fn=predict_image,
44
  inputs='image',
45
  outputs='text',
46
+ title="Deepfake Image Detection(CNN)",
47
  description=description_html,
48
  allow_flagging='never',
49
  examples=example_data