chendl commited on
Commit
0332b28
·
1 Parent(s): 0b7b08a

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import os
2
- os.system("cd open_flamingo && pip install .")
3
  import numpy as np
4
  import torch
5
  from PIL import Image
 
1
  import os
2
+ os.system("cd multimodal && pip install .")
3
  import numpy as np
4
  import torch
5
  from PIL import Image