Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ gr.Interface(
|
|
43 |
fn=predict_image,
|
44 |
inputs='image',
|
45 |
outputs='text',
|
46 |
-
title=
|
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
|