Ahsen Khaliq commited on
Commit
e9f3c45
·
1 Parent(s): 5aa29c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import os
2
  os.system("git clone https://github.com/facebookresearch/omnivore.git")
 
3
  import json
4
  from typing import List
5
 
 
1
  import os
2
  os.system("git clone https://github.com/facebookresearch/omnivore.git")
3
+ os.system("pwd")
4
  import json
5
  from typing import List
6