Spaces:
Runtime error
Runtime error
Commit
·
d23b7f9
1
Parent(s):
d680e04
Update app.py
Browse files
app.py
CHANGED
@@ -5,4 +5,4 @@ article = "<p style='text-align: center'><a href='https://ajitrajasekharan.githu
|
|
5 |
examples = [
|
6 |
["Lou Gehrig who works for XCorp suffers from [MASK]"],["A [MASK] level below 60 indicates chronic kidney disease"],["There are no specific treatment options specifically indicated for [MASK]"],["Paul Erdos died at [MASK]"]
|
7 |
]
|
8 |
-
gr.Interface.load("huggingface/ajitrajasekharan/biomedical",title=title,description=description,article=article, examples=examples, allow_flagging="never",
|
|
|
5 |
examples = [
|
6 |
["Lou Gehrig who works for XCorp suffers from [MASK]"],["A [MASK] level below 60 indicates chronic kidney disease"],["There are no specific treatment options specifically indicated for [MASK]"],["Paul Erdos died at [MASK]"]
|
7 |
]
|
8 |
+
gr.Interface.load("huggingface/ajitrajasekharan/biomedical",title=title,description=description,article=article, examples=examples, allow_flagging="never",enable_queue=True).launch()
|