Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
title = "Medical Entity Mask Language
|
3 |
description = "Medical Entity Feature Extraction uses Match Language Modeling to fill in the blank with likely word classification based on context."
|
4 |
article = "<p style='text-align: center'></p>"
|
5 |
examples = [
|
|
|
1 |
import gradio as gr
|
2 |
+
title = "Medical Entity Mask Language Modeling (MLM)"
|
3 |
description = "Medical Entity Feature Extraction uses Match Language Modeling to fill in the blank with likely word classification based on context."
|
4 |
article = "<p style='text-align: center'></p>"
|
5 |
examples = [
|