MAGAer13 commited on
Commit
21c9235
·
2 Parent(s): ebbdb78 4dc978d

Merge branch 'main' of https://huggingface.co/spaces/MAGAer13/mPLUG-Owl into main

Browse files
Files changed (2) hide show
  1. app.py +2 -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 it's performance since only image-text / video-text pairs are used during training.
262
 
263
- **We recommand only one image or video per conversation session.** If you want to start to chat with new images or videos, we recommand you to **CLEAR** the history to restart.
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