Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -103,6 +103,6 @@ interface = gr.Interface(
|
|
103 |
gr.outputs.Label(label="Class"),
|
104 |
"text",
|
105 |
gr.outputs.Image(label="Face with Explainability")
|
106 |
-
]
|
107 |
#examples=[[examples[i]["path"], examples[i]["label"]] for i in range(10)]
|
108 |
).launch(share=True)
|
|
|
103 |
gr.outputs.Label(label="Class"),
|
104 |
"text",
|
105 |
gr.outputs.Image(label="Face with Explainability")
|
106 |
+
]
|
107 |
#examples=[[examples[i]["path"], examples[i]["label"]] for i in range(10)]
|
108 |
).launch(share=True)
|