Spaces:
Sleeping
Sleeping
oudated method is changed
Browse files
app.py
CHANGED
@@ -17,4 +17,4 @@ examples = ['siamese.jpg']
|
|
17 |
interpretation='default'
|
18 |
enable_queue=True
|
19 |
|
20 |
-
gr.Interface(fn=predict,inputs=
|
|
|
17 |
interpretation='default'
|
18 |
enable_queue=True
|
19 |
|
20 |
+
gr.Interface(fn=predict,inputs="image",outputs="label").launch()
|