Update app.py
Browse files
app.py
CHANGED
@@ -15,5 +15,4 @@ enable_queue=True
|
|
15 |
|
16 |
gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(192,192)),
|
17 |
outputs=gr.outputs.Label(num_top_classes=2),
|
18 |
-
title=title
|
19 |
-
enable_queue=enable_queue).launch()
|
|
|
15 |
|
16 |
gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(192,192)),
|
17 |
outputs=gr.outputs.Label(num_top_classes=2),
|
18 |
+
title=title).launch()
|
|