Spaces:
Runtime error
Runtime error
friedrichor
commited on
Commit
•
3630c9b
1
Parent(s):
3802cb6
update
Browse files- app.py +1 -1
- requirements.txt +2 -1
app.py
CHANGED
@@ -48,7 +48,7 @@ def main(args):
|
|
48 |
args.device)
|
49 |
|
50 |
title = """<h1 align="center">Demo of Tiger</h1>"""
|
51 |
-
description1 = """<
|
52 |
description2 = """<h3>Input text start chatting!</h3>"""
|
53 |
description_input = """<h3>Input: text</h3>"""
|
54 |
description_output = """<h3>Output: text / image</h3>"""
|
|
|
48 |
args.device)
|
49 |
|
50 |
title = """<h1 align="center">Demo of Tiger</h1>"""
|
51 |
+
description1 = """<h2>This is the demo of Tiger (Generative Multimodal Dialogue Model).</h2>"""
|
52 |
description2 = """<h3>Input text start chatting!</h3>"""
|
53 |
description_input = """<h3>Input: text</h3>"""
|
54 |
description_output = """<h3>Output: text / image</h3>"""
|
requirements.txt
CHANGED
@@ -2,4 +2,5 @@
|
|
2 |
torch==1.13.1
|
3 |
git+https://github.com/huggingface/transformers.git
|
4 |
diffusers==0.15.0
|
5 |
-
sentencepiece==0.1.97
|
|
|
|
2 |
torch==1.13.1
|
3 |
git+https://github.com/huggingface/transformers.git
|
4 |
diffusers==0.15.0
|
5 |
+
sentencepiece==0.1.97
|
6 |
+
accelerate==0.19.0
|