Ragav2553 commited on
Commit
5c6f46f
β€’
1 Parent(s): 47fc959

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ def predict(input_image:Image.Image):
97
 
98
  interface = gr.Interface(
99
  fn=predict,
100
- inputs= gr.Inputs.Image(label="Input Image", type="pil"),
101
  outputs=[
102
  gr.outputs.Label(label="Class"),
103
  gr.outputs.Image(label="Face with Explainability", type="pil")
 
97
 
98
  interface = gr.Interface(
99
  fn=predict,
100
+ inputs= gr.inputs.Image(label="Input Image", type="pil"),
101
  outputs=[
102
  gr.outputs.Label(label="Class"),
103
  gr.outputs.Image(label="Face with Explainability", type="pil")