Spaces:
Runtime error
Runtime error
Update
Browse files
app.py
CHANGED
@@ -209,7 +209,10 @@ title_markdown = ("""
|
|
209 |
""")
|
210 |
|
211 |
tos_markdown = ("""
|
212 |
-
|
|
|
|
|
|
|
213 |
|
214 |
### Terms of use
|
215 |
By using this service, users are required to agree to the following terms:
|
|
|
209 |
""")
|
210 |
|
211 |
tos_markdown = ("""
|
212 |
+
### Notice
|
213 |
+
The output is generated by top-k sampling scheme and may involve some randomness. For multiple image and video, we cannot ensure it's performance since only image-text pairs are used during training. For Video inputs, we recommand use the video **less than 10 seconds**.
|
214 |
+
|
215 |
+
**If you are facing ERROR, it might be Out-Of-Memory (OOM) issue due to the limited GPU memory, please refresh the page to restart.** Besides, we recommand you to duplicate the space with a single A10 GPU to have a better experience. Or you can visit our demo hosted on [Modelscope](https://www.modelscope.cn/studios/damo/mPLUG-Owl/summary) which is hosted on a V100 machine.
|
216 |
|
217 |
### Terms of use
|
218 |
By using this service, users are required to agree to the following terms:
|