Spaces:
Sleeping
Sleeping
harishnair04
commited on
Commit
•
55e94f1
1
Parent(s):
1fa9cf0
Update app.py
Browse files
app.py
CHANGED
@@ -56,8 +56,8 @@ chat_interface = gr.Interface(
|
|
56 |
respond,
|
57 |
inputs="text",
|
58 |
outputs="text",
|
59 |
-
title="
|
60 |
-
description="Gemma instruct
|
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 |
|