sayakpaul HF staff commited on
Commit
8e6f824
1 Parent(s): 1548a67

remove precision.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ iface = gr.Interface(
44
  label="Method",
45
  info="Explainability method to investigate.",
46
  ),
47
- gr.Number(label="Class Index", info="Class index to inspect", precision=int),
48
  ],
49
  outputs=gr.Image(),
50
  title=title,
 
44
  label="Method",
45
  info="Explainability method to investigate.",
46
  ),
47
+ gr.Number(label="Class Index", info="Class index to inspect"),
48
  ],
49
  outputs=gr.Image(),
50
  title=title,