Spaces:
Build error
Build error
app.py
CHANGED
|
@@ -219,7 +219,19 @@ title = """<div style="text-align: center; max-width: 700px; margin: 0 auto;">
|
|
| 219 |
<h1 style="font-weight: 900; margin-bottom: 7px; line-height: normal;">
|
| 220 |
OpenReviewer
|
| 221 |
</h1>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 222 |
<a href="https://huggingface.co/maxidl/Llama-OpenReviewer-8B""><img src="https://img.shields.io/badge/🤗-Model-ffbd45.svg" alt="HuggingFace"></a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 223 |
<p>Built with Llama</p>
|
| 224 |
</div>
|
| 225 |
</div>
|
|
@@ -237,6 +249,8 @@ description = """This is an online demo featuring the `Llama-OpenReviewer-8B` mo
|
|
| 237 |
|
| 238 |
(Optional) Take a look at the Review Template to properly interpret the generated review. You can also change the review template before generating in case you want to generate a review with a different schema and aspects.
|
| 239 |
|
|
|
|
|
|
|
| 240 |
If the GPU quota is exceeded, consider duplicated this space by clicking `Duplicate this Space` in the top right menu next to your profile icon.
|
| 241 |
|
| 242 |
"""
|
|
|
|
| 219 |
<h1 style="font-weight: 900; margin-bottom: 7px; line-height: normal;">
|
| 220 |
OpenReviewer
|
| 221 |
</h1>
|
| 222 |
+
</div>
|
| 223 |
+
<div
|
| 224 |
+
style="
|
| 225 |
+
display: inline-flex; align-items: center; font-size: 1.0rem;
|
| 226 |
+
"
|
| 227 |
+
>
|
| 228 |
<a href="https://huggingface.co/maxidl/Llama-OpenReviewer-8B""><img src="https://img.shields.io/badge/🤗-Model-ffbd45.svg" alt="HuggingFace"></a>
|
| 229 |
+
</div>
|
| 230 |
+
<div
|
| 231 |
+
style="
|
| 232 |
+
display: inline-flex; align-items: center; font-size: 1.0rem;
|
| 233 |
+
"
|
| 234 |
+
>
|
| 235 |
<p>Built with Llama</p>
|
| 236 |
</div>
|
| 237 |
</div>
|
|
|
|
| 249 |
|
| 250 |
(Optional) Take a look at the Review Template to properly interpret the generated review. You can also change the review template before generating in case you want to generate a review with a different schema and aspects.
|
| 251 |
|
| 252 |
+
(Optional) TO obtain more than one review, just generate again.
|
| 253 |
+
|
| 254 |
If the GPU quota is exceeded, consider duplicated this space by clicking `Duplicate this Space` in the top right menu next to your profile icon.
|
| 255 |
|
| 256 |
"""
|