Removing share
Browse files
app.py
CHANGED
@@ -25,4 +25,4 @@ examples = ['siamese.jpg']
|
|
25 |
interpretation='default'
|
26 |
enable_queue=True
|
27 |
|
28 |
-
gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)),outputs=gr.outputs.Label(num_top_classes=3),title=title,description=description,article=article,examples=examples,interpretation=interpretation,enable_queue=enable_queue).launch(
|
|
|
25 |
interpretation='default'
|
26 |
enable_queue=True
|
27 |
|
28 |
+
gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)),outputs=gr.outputs.Label(num_top_classes=3),title=title,description=description,article=article,examples=examples,interpretation=interpretation,enable_queue=enable_queue).launch()
|