Spaces:
Runtime error
Runtime error
Dongxu Li
commited on
Commit
•
7723129
1
Parent(s):
d696b1c
temporary warning.
Browse files
app.py
CHANGED
@@ -131,6 +131,7 @@ article = """<strong>Paper</strong>: <a href='https://arxiv.org/abs/2301.12597'
|
|
131 |
<br> <strong>Code</strong>: BLIP2 is now integrated into GitHub repo: <a href='https://github.com/salesforce/LAVIS' target='_blank'>LAVIS: a One-stop Library for Language and Vision</a>
|
132 |
<br> <strong>Project Page</strong>: <a href='https://github.com/salesforce/LAVIS/tree/main/projects/blip2' target='_blank'> BLIP2 on LAVIS</a>
|
133 |
<br> <strong>Description</strong>: Captioning results from <strong>BLIP2_OPT_6.7B</strong>. Chat results from <strong>BLIP2_FlanT5xxl</strong>.
|
|
|
134 |
"""
|
135 |
|
136 |
endpoint = Endpoint()
|
|
|
131 |
<br> <strong>Code</strong>: BLIP2 is now integrated into GitHub repo: <a href='https://github.com/salesforce/LAVIS' target='_blank'>LAVIS: a One-stop Library for Language and Vision</a>
|
132 |
<br> <strong>Project Page</strong>: <a href='https://github.com/salesforce/LAVIS/tree/main/projects/blip2' target='_blank'> BLIP2 on LAVIS</a>
|
133 |
<br> <strong>Description</strong>: Captioning results from <strong>BLIP2_OPT_6.7B</strong>. Chat results from <strong>BLIP2_FlanT5xxl</strong>.
|
134 |
+
<br> <p style="color:red">We are observing unusual delays in the processing time. Please be patient while we investigate the issue.</p>
|
135 |
"""
|
136 |
|
137 |
endpoint = Endpoint()
|