kyrilloswahid commited on
Commit
99acea3
·
verified ·
1 Parent(s): 2bf05af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -34,6 +34,7 @@ interface = gr.Interface(
34
  fn=predict,
35
  inputs=gr.Image(type="numpy", label="Upload Image"),
36
  outputs=gr.Label(label="Prediction"),
 
37
  title="Deepfake Image Detector",
38
  description="Upload a full image. The model classifies it as real or fake."
39
  )
 
34
  fn=predict,
35
  inputs=gr.Image(type="numpy", label="Upload Image"),
36
  outputs=gr.Label(label="Prediction"),
37
+ api_name="/predict",
38
  title="Deepfake Image Detector",
39
  description="Upload a full image. The model classifies it as real or fake."
40
  )