nightfury commited on
Commit
26cfb98
·
verified ·
1 Parent(s): 987a239

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)