Spaces:
Build error
Build error
app.py
CHANGED
|
@@ -235,15 +235,15 @@ description = """This is an online demo featuring the `Llama-OpenReviewer-8B` mo
|
|
| 235 |
|
| 236 |
3. Having obtained a markdown version of your paper, you can now click `Generate Review`.
|
| 237 |
|
| 238 |
-
|
| 239 |
|
|
|
|
| 240 |
|
| 241 |
"""
|
| 242 |
|
| 243 |
theme = gr.themes.Default(primary_hue="gray", secondary_hue="blue", neutral_hue="slate")
|
| 244 |
with gr.Blocks(theme=theme) as demo:
|
| 245 |
title = gr.HTML(title)
|
| 246 |
-
title_icons = gr.Markdown(title_icons)
|
| 247 |
description = gr.Markdown(description)
|
| 248 |
# instr = gr.Markdown("Upload your paper in pdf format")
|
| 249 |
file_input = gr.File(file_types=[".pdf"], file_count="single")
|
|
|
|
| 235 |
|
| 236 |
3. Having obtained a markdown version of your paper, you can now click `Generate Review`.
|
| 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 |
"""
|
| 243 |
|
| 244 |
theme = gr.themes.Default(primary_hue="gray", secondary_hue="blue", neutral_hue="slate")
|
| 245 |
with gr.Blocks(theme=theme) as demo:
|
| 246 |
title = gr.HTML(title)
|
|
|
|
| 247 |
description = gr.Markdown(description)
|
| 248 |
# instr = gr.Markdown("Upload your paper in pdf format")
|
| 249 |
file_input = gr.File(file_types=[".pdf"], file_count="single")
|