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

Update app.py

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