Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ demo = gr.Interface(
|
|
| 50 |
# title = title,
|
| 51 |
# description = description,
|
| 52 |
# examples = examples,
|
| 53 |
-
fn=
|
| 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),
|