Rooc commited on
Commit
b317bba
1 Parent(s): 40c21ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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