Update app.py
Browse files
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']))
|