Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|