d22cs051 commited on
Commit
1b86bf6
·
1 Parent(s): dea4a98

flagging disabled

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ class DFSeparationApp:
64
  ["samples/Real/Central Avenue 1.wav","0"],
65
  ["samples/Real/hindi.mp3","0"],
66
  ]
67
- ).launch(quiet=False,server_name="0.0.0.0")
68
 
69
  if __name__ == "__main__":
70
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
 
64
  ["samples/Real/Central Avenue 1.wav","0"],
65
  ["samples/Real/hindi.mp3","0"],
66
  ]
67
+ ).launch(quiet=False,server_name="0.0.0.0", allow_flagging=False)
68
 
69
  if __name__ == "__main__":
70
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")