HycJack commited on
Commit
a64b0c2
·
1 Parent(s): be14d95
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,6 +1,8 @@
1
  import os
2
  os.environ["PYTORCH_ENABLE_MPS_FALLBACK"] = "1" # For some reason, transformers decided to use .isin for a simple op, which is not supported on MPS
 
3
 
 
4
  import io
5
 
6
  import pandas as pd
 
1
  import os
2
  os.environ["PYTORCH_ENABLE_MPS_FALLBACK"] = "1" # For some reason, transformers decided to use .isin for a simple op, which is not supported on MPS
3
+ from pip._internal import main
4
 
5
+ main.main(['install', '-r', 'streamlit_drawable_canvas'])
6
  import io
7
 
8
  import pandas as pd