GIGGeorg commited on
Commit
fc3c043
·
verified ·
1 Parent(s): d117644

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -12
README.md CHANGED
@@ -1,12 +1 @@
1
- ---
2
- title: Abai
3
- emoji: 🏃
4
- colorFrom: indigo
5
- colorTo: purple
6
- sdk: streamlit
7
- sdk_version: 1.38.0
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
+ from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline, logging