Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
#import huggingface_hub
|
3 |
from huggingface_hub import snapshot_download
|
4 |
import open_oasis_master as oa
|
5 |
-
|
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")
|
|
|
2 |
#import huggingface_hub
|
3 |
from huggingface_hub import snapshot_download
|
4 |
import open_oasis_master as oa
|
5 |
+
os.system("python ./open_oasis_master/generate.py")
|
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")
|