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