Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
4 |
-
|
5 |
-
name_list = ['huggingface/microsoft/biogpt', 'huggingface/stanford-crfm/BioMedLM']
|
6 |
|
7 |
examples = [['COVID-19 is'],['A 65-year-old female patient with a past medical history of']]
|
8 |
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
name_list = ['microsoft/biogpt', 'stanford-crfm/BioMedLM']
|
|
|
|
|
4 |
|
5 |
examples = [['COVID-19 is'],['A 65-year-old female patient with a past medical history of']]
|
6 |
|