Spaces:
Runtime error
Runtime error
Commit ·
61421f1
1
Parent(s): fd0e432
Update conv_app.py
Browse files- conv_app.py +1 -1
conv_app.py
CHANGED
|
@@ -56,7 +56,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 56 |
- Including Image modality like Fundus.
|
| 57 |
|
| 58 |
Thank you for engaging with Dr. V.AI. Your insights are instrumental in advancing the capabilities of this experimental Ophthalmology Language Model.
|
| 59 |
-
""")
|
| 60 |
gr.ChatInterface(make_conversation).queue()
|
| 61 |
|
| 62 |
demo.launch()
|
|
|
|
| 56 |
- Including Image modality like Fundus.
|
| 57 |
|
| 58 |
Thank you for engaging with Dr. V.AI. Your insights are instrumental in advancing the capabilities of this experimental Ophthalmology Language Model.
|
| 59 |
+
""")
|
| 60 |
gr.ChatInterface(make_conversation).queue()
|
| 61 |
|
| 62 |
demo.launch()
|