Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,8 @@ examples = [
|
|
77 |
['Real-5.png']
|
78 |
|
79 |
]
|
80 |
-
|
|
|
81 |
gr.Interface(deepfakespredict,
|
82 |
inputs = ["image"],
|
83 |
outputs=[gr.outputs.Image(type="pil", label="Detected face"),
|
|
|
77 |
['Real-5.png']
|
78 |
|
79 |
]
|
80 |
+
|
81 |
+
|
82 |
gr.Interface(deepfakespredict,
|
83 |
inputs = ["image"],
|
84 |
outputs=[gr.outputs.Image(type="pil", label="Detected face"),
|