supritg commited on
Commit
1f459fe
1 Parent(s): dfe0d96

Changes in code

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,4 +72,4 @@ yolo_app = gr.Interface(
72
  title = "VPS"
73
  )
74
 
75
- yolo_app.launch(debug = True)
 
72
  title = "VPS"
73
  )
74
 
75
+ yolo_app.launch(debug = True, share = True)