nightfury commited on
Commit
1b19899
1 Parent(s): 26cfb98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -103,6 +103,9 @@ 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
+ title = title,
108
+ description = description,
109
+ article = article,
110
+ examples=[[examples[i]["path"], examples[i]["label"]] for i in range(10)]
111
+ ).launch() #share=True)