Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
suhas1324
/
legal-bot
like
0
Build error
App
Files
Files
Community
suhas1324
commited on
Aug 29
Commit
b7eff46
•
1 Parent(s):
4d2d832
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
# Load model directly
2
+
from transformers import AutoModel
3
+
model = AutoModel.from_pretrained("kartikm7/indian-lawen2-1.5b")