StefanGrandl commited on
Commit
5c8634e
1 Parent(s): 796cc88

switched back to original code (others didn't work out-of-the-box)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import torch
3
  from transformers import (AutoModel, AutoModelForCausalLM, AutoTokenizer,
4
  LlamaForCausalLM, LlamaTokenizer)
5
 
6
- title = "🤖AI HeavyMetal-ChatBot"
7
  description = "A State-of-the-Art Large-scale Pretrained Response generation model (DialoGPT)"
8
  examples = [["How are you?"]]
9
 
 
3
  from transformers import (AutoModel, AutoModelForCausalLM, AutoTokenizer,
4
  LlamaForCausalLM, LlamaTokenizer)
5
 
6
+ title = "🤖AI ChatBot"
7
  description = "A State-of-the-Art Large-scale Pretrained Response generation model (DialoGPT)"
8
  examples = [["How are you?"]]
9