tiennguyenbnbk commited on
Commit
c64cacc
·
verified ·
1 Parent(s): 030ab41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -105,7 +105,6 @@ demo = gr.Interface(
105
  theme="huggingface",
106
  title="Pronunciation Assessment",
107
  allow_flagging="never",
108
- examples=[[None, None, "How are you?|What is your name?"], [None, None, "It's at quarter past nine.|It's at nine fifteen."]]
109
  )
110
 
111
  demo.launch(auth=(os.environ['username'], os.environ['password']))
 
105
  theme="huggingface",
106
  title="Pronunciation Assessment",
107
  allow_flagging="never",
 
108
  )
109
 
110
  demo.launch(auth=(os.environ['username'], os.environ['password']))