Spaces:
Sleeping
Sleeping
adding libraries
Browse files
app.py
CHANGED
@@ -15,4 +15,5 @@ demo=gr.Interface(fn= clasifica_imagen,
|
|
15 |
inputs=gr.Image(type='pil',height=200, width = 200),
|
16 |
outputs = gr.Label(num_top_classes = 3)
|
17 |
)
|
|
|
18 |
demo.launch(share=True)
|
|
|
15 |
inputs=gr.Image(type='pil',height=200, width = 200),
|
16 |
outputs = gr.Label(num_top_classes = 3)
|
17 |
)
|
18 |
+
|
19 |
demo.launch(share=True)
|