Spaces:
Running
on
L40S
Running
on
L40S
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,9 @@ os.system('pip install dgl==1.0.2+cu116 -f https://data.dgl.ai/wheels/cu116/repo
|
|
12 |
os.environ["DGLBACKEND"] = "pytorch"
|
13 |
print('Modules installed')
|
14 |
|
15 |
-
#
|
|
|
|
|
16 |
import plotly.graph_objects as go
|
17 |
import numpy as np
|
18 |
import py3Dmol
|
|
|
12 |
os.environ["DGLBACKEND"] = "pytorch"
|
13 |
print('Modules installed')
|
14 |
|
15 |
+
# 필수 라이브러리 임포트
|
16 |
+
from transformers import pipeline # transformers 임포트 추가
|
17 |
+
from datasets import load_dataset
|
18 |
import plotly.graph_objects as go
|
19 |
import numpy as np
|
20 |
import py3Dmol
|