Use BLIP to send a picture to model
This commit is contained in:
parent
79d3a524f2
commit
a7d98f494a
4 changed files with 58 additions and 18 deletions
|
@ -217,6 +217,12 @@ def generate_chat_html(history, name1, name2, character):
|
|||
|
||||
.body {
|
||||
}
|
||||
|
||||
.body img {
|
||||
max-width: 300px;
|
||||
max-height: 300px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
"""
|
||||
|
||||
output = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue