Spaces:
Build error
Build error
Commit
·
ddc2484
1
Parent(s):
142aa6a
Update app.py
Browse filesAdded a component
app.py
CHANGED
@@ -94,7 +94,6 @@ with gr.Blocks() as demo:
|
|
94 |
interpretation = gr.components.Interpretation(input_img)
|
95 |
interpret.click(interpretation_function(get_image,learn, learn.layer4[-1],target_category=None), input_img, interpretation)
|
96 |
|
97 |
-
|
98 |
#interpretation="default"
|
99 |
enable_queue=True
|
100 |
|
|
|
94 |
interpretation = gr.components.Interpretation(input_img)
|
95 |
interpret.click(interpretation_function(get_image,learn, learn.layer4[-1],target_category=None), input_img, interpretation)
|
96 |
|
|
|
97 |
#interpretation="default"
|
98 |
enable_queue=True
|
99 |
|