Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/MAGAer13/mPLUG-Owl into main
Browse files- app.py +2 -2
- requirements.txt +2 -0
app.py
CHANGED
@@ -258,9 +258,9 @@ title_markdown = ("""
|
|
258 |
</div>
|
259 |
</div>
|
260 |
|
261 |
-
**Notice**: The output is generated by top-k sampling scheme and may involve some randomness. For multiple images and video, we cannot ensure
|
262 |
|
263 |
-
**We
|
264 |
|
265 |
""")
|
266 |
|
|
|
258 |
</div>
|
259 |
</div>
|
260 |
|
261 |
+
**Notice**: The output is generated by top-k sampling scheme and may involve some randomness. For multiple images and video, we cannot ensure its performance since only image-text / video-text pairs are used during training.
|
262 |
|
263 |
+
**We recommend only one image or video per conversation session.** If you want to start chatting with new images or videos, we recommend you to **CLEAR** the history to restart.
|
264 |
|
265 |
""")
|
266 |
|
requirements.txt
CHANGED
@@ -10,3 +10,5 @@ markdown2
|
|
10 |
hjson
|
11 |
einops
|
12 |
wget
|
|
|
|
|
|
10 |
hjson
|
11 |
einops
|
12 |
wget
|
13 |
+
accelerate
|
14 |
+
gradio==3.20.1
|