Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -62,6 +62,6 @@ gr.Interface(deepfakespredict,
|
|
62 |
inputs = ["image"],
|
63 |
outputs=["text","text","image"],
|
64 |
title=title,
|
65 |
-
description=description
|
66 |
-
|
67 |
).launch()
|
|
|
62 |
inputs = ["image"],
|
63 |
outputs=["text","text","image"],
|
64 |
title=title,
|
65 |
+
description=description
|
66 |
+
|
67 |
).launch()
|