katielink commited on
Commit
edda5b8
·
1 Parent(s): 34c89ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1,8 +1,6 @@
1
  import gradio as gr
2
 
3
- demo = gr.Blocks()
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