raphaelmerx commited on
Commit
318260c
1 Parent(s): 66d6b16

Remove examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ demo = gr.Interface(
71
  gr.Dropdown(choices=languages, label="Language", value="English (eng)")
72
  ],
73
  outputs=gr.Textbox(label="Transcription"),
74
- examples=examples,
75
  description=description
76
  )
77
 
 
71
  gr.Dropdown(choices=languages, label="Language", value="English (eng)")
72
  ],
73
  outputs=gr.Textbox(label="Transcription"),
74
+ # examples=examples,
75
  description=description
76
  )
77