Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -52,6 +52,8 @@ with gr.Interface(fn=detect, inputs=image, outputs=label, title=title, descripti
|
|
52 |
with gr.Tab("Examples of incorrect detections"):
|
53 |
gr.Examples(Constitution_inputs, inputs=image, outputs=label)
|
54 |
|
|
|
|
|
55 |
intf.launch(share=True)
|
56 |
|
57 |
|
|
|
52 |
with gr.Tab("Examples of incorrect detections"):
|
53 |
gr.Examples(Constitution_inputs, inputs=image, outputs=label)
|
54 |
|
55 |
+
#intf.launch(share=True)
|
56 |
+
|
57 |
intf.launch(share=True)
|
58 |
|
59 |
|