Spaces:
Sleeping
Sleeping
classifier
Browse files
app.py
CHANGED
|
@@ -19,4 +19,4 @@ examples = ['siamese.jpg']
|
|
| 19 |
interpretation='default'
|
| 20 |
enable_queue=True
|
| 21 |
|
| 22 |
-
gr.Interface(fn=predict,inputs=gr.Image(height=512,width=512),outputs=gr.Label(num_top_classes=3),title=title,description=description,article=article,examples=examples
|
|
|
|
| 19 |
interpretation='default'
|
| 20 |
enable_queue=True
|
| 21 |
|
| 22 |
+
gr.Interface(fn=predict,inputs=gr.Image(height=512,width=512),outputs=gr.Label(num_top_classes=3),title=title,description=description,article=article,examples=examples).launch()
|