harishnair04 commited on
Commit
55e94f1
1 Parent(s): 1fa9cf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -56,8 +56,8 @@ chat_interface = gr.Interface(
56
  respond,
57
  inputs="text",
58
  outputs="text",
59
- title="Gemma instruct 2b_en finetuned on medical transcripts",
60
- description="Gemma instruct 2b_en finetuned on medical transcripts",
61
  css=css
62
  )
63
 
 
56
  respond,
57
  inputs="text",
58
  outputs="text",
59
+ title="MedTr Chat",
60
+ description="Gemma 2 instruct finetuned for medical transcripts",
61
  css=css
62
  )
63