Update app.py

This commit is contained in:
Baize 2023-04-04 06:43:12 +00:00 committed by huggingface-web
parent b860d5b90a
commit 2bbb35a0d8
1 changed files with 0 additions and 1 deletions

1
app.py
View File

@ -17,7 +17,6 @@ base_model = "decapoda-research/llama-7b-hf"
adapter_model = "project-baize/baize-lora-7B"
tokenizer,model,device = load_tokenizer_and_model(base_model,adapter_model)
global total_count
total_count = 0
def predict(text,
chatbot,