aikolipda commited on
Commit
3d9b03d
·
1 Parent(s): bf04d9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -31,10 +31,9 @@ def main():
31
  outputs=imageout,
32
  title="Potholes detection",
33
  interpretation="default",
34
- ).launch(debug="True", share="True")
35
-
36
  # launch demo
37
- interface.launch()
38
 
39
  if __name__ == "__main__":
40
  main()
 
31
  outputs=imageout,
32
  title="Potholes detection",
33
  interpretation="default",
34
+ )
 
35
  # launch demo
36
+ interface.launch(enable_queue=True)
37
 
38
  if __name__ == "__main__":
39
  main()