Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def predict(image):
|
|
32 |
|
33 |
interface = gr.Interface(
|
34 |
fn=predict,
|
35 |
-
inputs=gr.Image(type="pil", label="Upload Image"
|
36 |
outputs=gr.Label(label="Prediction"),
|
37 |
api_name="/predict",
|
38 |
title="Deepfake Image Detector",
|
|
|
32 |
|
33 |
interface = gr.Interface(
|
34 |
fn=predict,
|
35 |
+
inputs=gr.Image(type="pil", label="Upload Image"),
|
36 |
outputs=gr.Label(label="Prediction"),
|
37 |
api_name="/predict",
|
38 |
title="Deepfake Image Detector",
|