Spaces:
Runtime error
Runtime error
Commit ·
23a79f7
1
Parent(s): 55c0d53
removed interpretation
Browse files
app.py
CHANGED
|
@@ -16,7 +16,5 @@ gr.Interface(fn=predict,
|
|
| 16 |
inputs=gr.inputs.Image(shape=(512, 512)),
|
| 17 |
outputs=gr.outputs.Label(num_top_classes=3),
|
| 18 |
examples=examples,
|
| 19 |
-
title="Pet Breed Classifier"
|
| 20 |
-
interpretation='default',
|
| 21 |
-
enable_queue=True
|
| 22 |
).launch(share=False)
|
|
|
|
| 16 |
inputs=gr.inputs.Image(shape=(512, 512)),
|
| 17 |
outputs=gr.outputs.Label(num_top_classes=3),
|
| 18 |
examples=examples,
|
| 19 |
+
title="Pet Breed Classifier"
|
|
|
|
|
|
|
| 20 |
).launch(share=False)
|