Spaces:
Sleeping
Sleeping
Commit ·
dc75855
1
Parent(s): 182041a
fixed the function
Browse files
app.py
CHANGED
|
@@ -17,4 +17,5 @@ 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 |
+
demo = gr.Interface(fn=predict, inputs="image", outputs="label")
|
| 21 |
+
demo.launch()
|