nightfury commited on
Commit
a29c4b9
1 Parent(s): 9873299

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,10 +67,10 @@ interface = gr.Interface(
67
  outputs=[
68
  gr.outputs.Label(label="Class"),
69
  "text",
70
- gr.outputs.Image(label="Output: Face with Explainability")
71
  ],
72
  title=title,
73
  description=description,
74
  article=article,
75
  examples=examples
76
- ).launch()
 
67
  outputs=[
68
  gr.outputs.Label(label="Class"),
69
  "text",
70
+ gr.outputs.Image(label="Output Face with Explainability", type="pil")
71
  ],
72
  title=title,
73
  description=description,
74
  article=article,
75
  examples=examples
76
+ ).launch(enable_queue=True,cache_examples=True)