Update app.py
Browse files
app.py
CHANGED
@@ -51,4 +51,4 @@ with gr.Interface(fn=detect, inputs=image, outputs=label, title=title, descripti
|
|
51 |
with gr.Tab("Examples of incorrect detections"):
|
52 |
gr.Examples(Constitution_inputs, inputs=image, outputs=label)
|
53 |
|
54 |
-
intf.launch(inline=False)
|
|
|
51 |
with gr.Tab("Examples of incorrect detections"):
|
52 |
gr.Examples(Constitution_inputs, inputs=image, outputs=label)
|
53 |
|
54 |
+
intf.launch(inline=False)
|