Spaces:
Sleeping
Sleeping
Add top 5 confidences to the output
Browse files
app.py
CHANGED
|
@@ -40,4 +40,4 @@ if __name__ == '__main__':
|
|
| 40 |
inputs=gr.Image(shape=(299, 299), image_mode='RGB', tool='select'),
|
| 41 |
outputs=gr.outputs.Label(num_top_classes=5)
|
| 42 |
)
|
| 43 |
-
app.launch()
|
|
|
|
| 40 |
inputs=gr.Image(shape=(299, 299), image_mode='RGB', tool='select'),
|
| 41 |
outputs=gr.outputs.Label(num_top_classes=5)
|
| 42 |
)
|
| 43 |
+
app.launch(share=True)
|