tomrb commited on
Commit
a5e0cac
·
1 Parent(s): 3ca53e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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."]]