Spaces:
Sleeping
Sleeping
Commit
·
5c8634e
1
Parent(s):
796cc88
switched back to original code (others didn't work out-of-the-box)
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import torch
|
|
3 |
from transformers import (AutoModel, AutoModelForCausalLM, AutoTokenizer,
|
4 |
LlamaForCausalLM, LlamaTokenizer)
|
5 |
|
6 |
-
title = "🤖AI
|
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 |
|