A815 commited on
Commit ·
bb5358f
1
Parent(s): 21bc9b6
asd
Browse files
app.py
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
from dataclasses import dataclass
|
| 2 |
import pickle
|
| 3 |
import os
|
|
|
|
| 1 |
+
!pip install git+https://github.com/kwang2049/nlp4web-codebase.git
|
| 2 |
+
!git clone https://github.com/kwang2049/nlp4web-codebase.git
|
| 3 |
+
|
| 4 |
from dataclasses import dataclass
|
| 5 |
import pickle
|
| 6 |
import os
|