Aashi commited on
Commit
ded1cee
·
verified ·
1 Parent(s): 615e457

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -46,8 +46,8 @@ iface = gr.Interface(
46
  fn=gradio_interface,
47
  inputs=gr.Textbox(label="Science Question", lines=4),
48
  outputs=[gr.Textbox(label="Answer"), gr.Textbox(label="Latency")],
49
- title="Science Q&A with Fine-tuned Model",
50
- description="Ask a science question and get an answer from the fine-tuned model.",
51
  )
52
 
53
  if __name__ == "__main__":
 
46
  fn=gradio_interface,
47
  inputs=gr.Textbox(label="Science Question", lines=4),
48
  outputs=[gr.Textbox(label="Answer"), gr.Textbox(label="Latency")],
49
+ title="SciGemma",
50
+ description="Ask a science question and get an answer from the fine-tuned Gemma 2b-it model.",
51
  )
52
 
53
  if __name__ == "__main__":