Spaces:
Build error
Build error
app.py
CHANGED
|
@@ -220,24 +220,12 @@ title = """<div style="text-align: center; max-width: 700px; margin: 0 auto;">
|
|
| 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>
|
| 238 |
"""
|
| 239 |
|
| 240 |
-
description = """
|
|
|
|
|
|
|
| 241 |
|
| 242 |
## Demo Guidelines
|
| 243 |
|
|
|
|
| 220 |
OpenReviewer
|
| 221 |
</h1>
|
| 222 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 223 |
</div>
|
| 224 |
"""
|
| 225 |
|
| 226 |
+
description = """<a href="https://huggingface.co/maxidl/Llama-OpenReviewer-8B""><img src="https://img.shields.io/badge/🤗-Model-ffbd45.svg" alt="HuggingFace"></a> - Built with Llama
|
| 227 |
+
|
| 228 |
+
This is an online demo featuring `Llama-OpenReviewer-8B`, a large language model that generates high-quality reviews for machine learning and AI papers.
|
| 229 |
|
| 230 |
## Demo Guidelines
|
| 231 |
|