amitkayal commited on
Commit
09121a3
·
1 Parent(s): a1e0658

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ demo = gr.Interface(
50
  # title = title,
51
  # description = description,
52
  # examples = examples,
53
- fn=None, # We'll add the function later after defining all functions
54
  inputs=[
55
  gr.Radio(["Yes", "No"], label="View GradCAM images?"),
56
  gr.Number(label="Number of GradCAM images to view", default=5, max=10),
 
50
  # title = title,
51
  # description = description,
52
  # examples = examples,
53
+ fn=inference, # We'll add the function later after defining all functions
54
  inputs=[
55
  gr.Radio(["Yes", "No"], label="View GradCAM images?"),
56
  gr.Number(label="Number of GradCAM images to view", default=5, max=10),