Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
|
|
6 |
|
7 |
from model_list import ModelList
|
8 |
|
9 |
-
DESCRIPTION = '#
|
10 |
NOTES = '''
|
11 |
- Stanford HAI Article, ["The Shaky Foundations of Foundation Models in Healthcare"](https://hai.stanford.edu/news/shaky-foundations-foundation-models-healthcare)
|
12 |
'''
|
|
|
6 |
|
7 |
from model_list import ModelList
|
8 |
|
9 |
+
DESCRIPTION = '# Explore Biomedical Language Models'
|
10 |
NOTES = '''
|
11 |
- Stanford HAI Article, ["The Shaky Foundations of Foundation Models in Healthcare"](https://hai.stanford.edu/news/shaky-foundations-foundation-models-healthcare)
|
12 |
'''
|