BoojithDharshan commited on
Commit
a4588cb
·
verified ·
1 Parent(s): 8f2bcd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 JAYANTH)",
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()