Upload app.py
Browse files
app.py
CHANGED
|
@@ -271,7 +271,7 @@ To obtain more than one review, just generate again.
|
|
| 271 |
**GPU quota:** If exceeded, either sign in with your HF account or come back later. Your quota has a half-life of 2 hours.
|
| 272 |
"""
|
| 273 |
|
| 274 |
-
with gr.Blocks(
|
| 275 |
title = gr.HTML(title)
|
| 276 |
description = gr.Markdown(description)
|
| 277 |
file_input = gr.File(file_types=[".pdf"], file_count="single")
|
|
|
|
| 271 |
**GPU quota:** If exceeded, either sign in with your HF account or come back later. Your quota has a half-life of 2 hours.
|
| 272 |
"""
|
| 273 |
|
| 274 |
+
with gr.Blocks() as demo:
|
| 275 |
title = gr.HTML(title)
|
| 276 |
description = gr.Markdown(description)
|
| 277 |
file_input = gr.File(file_types=[".pdf"], file_count="single")
|