PedroLancharesSanchez's picture
Update app.py
611a628 verified
raw
history blame
324 Bytes
# Load model directly
import transformers
from transformers import GraphormerForGraphClassification
import os
try:
import toml
except ImportError:
os.system('pip install toml')
import toml
print('todo en orden')
model = GraphormerForGraphClassification.from_pretrained("PedroLancharesSanchez/graph-regression")