tree3po commited on
Commit
83a0914
·
verified ·
1 Parent(s): 12aae2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,7 +1,8 @@
1
  import os
2
  #import huggingface_hub
3
  from huggingface_hub import snapshot_download
4
- from open-oasis-master import generate
 
5
  '''os.system("git clone https://github.com/etched-ai/open-oasis.git")
6
  os.system("cd open-oasis")
7
  os.system("pip install -r open-oasis/requirements.txt")
 
1
  import os
2
  #import huggingface_hub
3
  from huggingface_hub import snapshot_download
4
+ import open_oasis_master as oa
5
+ oa.generate
6
  '''os.system("git clone https://github.com/etched-ai/open-oasis.git")
7
  os.system("cd open-oasis")
8
  os.system("pip install -r open-oasis/requirements.txt")