Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,8 @@ from transformers import pipeline
|
|
3 |
from transformers import BloomTokenizerFast, BloomForCausalLM
|
4 |
|
5 |
description = """
|
|
|
6 |
When in legal doubt, you better call BLOOM! Ask BLOOM any legal question:
|
7 |
-
<img src="https://huggingface.co/spaces/tomrb/bettercallbloom/resolve/main/img.jpeg" width=200px>
|
8 |
"""
|
9 |
title = "Better Call Bloom!"
|
10 |
examples = [["Adventurer is approached by a mysterious stranger in the tavern for a new quest."]]
|
|
|
3 |
from transformers import BloomTokenizerFast, BloomForCausalLM
|
4 |
|
5 |
description = """
|
6 |
+
<img src="https://huggingface.co/spaces/tomrb/bettercallbloom/resolve/main/img.jpeg" width=200px class="center">
|
7 |
When in legal doubt, you better call BLOOM! Ask BLOOM any legal question:
|
|
|
8 |
"""
|
9 |
title = "Better Call Bloom!"
|
10 |
examples = [["Adventurer is approached by a mysterious stranger in the tavern for a new quest."]]
|