Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -51,7 +51,7 @@ iface = gr.Interface(
|
|
| 51 |
fn=generate_critique,
|
| 52 |
inputs=gr.File(label="Upload PDF"),
|
| 53 |
outputs=gr.Textbox(label="Critique Output", lines=30),
|
| 54 |
-
title="📄 Research Paper Critique Generator (BY
|
| 55 |
description="Upload a research paper PDF and receive a basic AI-generated critique using a local model."
|
| 56 |
)
|
| 57 |
iface.launch()
|
|
|
|
| 51 |
fn=generate_critique,
|
| 52 |
inputs=gr.File(label="Upload PDF"),
|
| 53 |
outputs=gr.Textbox(label="Critique Output", lines=30),
|
| 54 |
+
title="📄 Research Paper Critique Generator (BY jay & karthi )",
|
| 55 |
description="Upload a research paper PDF and receive a basic AI-generated critique using a local model."
|
| 56 |
)
|
| 57 |
iface.launch()
|