nightfury commited on
Commit
ea64919
·
verified ·
1 Parent(s): 121f483

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -104,8 +104,8 @@ interface = gr.Interface(
104
  ],
105
  outputs=[
106
  gr.outputs.Label(label="Prediction Model - % of Fake or Real image detection"),
107
- #"text",
108
- gr.outputs.Image(label="Explainability", type="pil")
109
  #ValueError: Invalid value for parameter `type`: auto. Please choose from one of: ['numpy', 'pil', 'filepath']
110
  ],
111
  theme = gr.themes.Soft(),
 
104
  ],
105
  outputs=[
106
  gr.outputs.Label(label="Prediction Model - % of Fake or Real image detection"),
107
+ "text",
108
+ gr.outputs.Image(label="Face with Explainability")
109
  #ValueError: Invalid value for parameter `type`: auto. Please choose from one of: ['numpy', 'pil', 'filepath']
110
  ],
111
  theme = gr.themes.Soft(),