sayantan47 commited on
Commit
90bed9a
·
verified ·
1 Parent(s): feb9b1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,4 +46,4 @@ interface = gr.Interface(
46
  gr.Image(label="Face with Explainability")
47
  ],
48
  examples=[[examples[i]["path"], examples[i]["label"]] for i in range(10)]
49
- ).launch()
 
46
  gr.Image(label="Face with Explainability")
47
  ],
48
  examples=[[examples[i]["path"], examples[i]["label"]] for i in range(10)]
49
+ ).launch(share=True)