Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ interface = gr.Interface(
|
|
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(),
|
|
|
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", type="pil")
|
109 |
#ValueError: Invalid value for parameter `type`: auto. Please choose from one of: ['numpy', 'pil', 'filepath']
|
110 |
],
|
111 |
theme = gr.themes.Soft(),
|