cotxetj commited on
Commit
5e0755e
1 Parent(s): 261c279

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -82,10 +82,12 @@ description="Use Whisper pretrained model to convert swedish audio to english (t
82
  supportLangs = ["Swedish", "French (in training)"]
83
  transTypes = ["Text", "Audio"]
84
 
85
- examples = [
86
- ["Text", "Swedish", "./ex1.wav", None],
87
- ["Audio", "Swedish", "./ex2.wav", None]
88
- ]
 
 
89
  demo = gr.Interface(
90
  fn=predict,
91
  inputs=[
 
82
  supportLangs = ["Swedish", "French (in training)"]
83
  transTypes = ["Text", "Audio"]
84
 
85
+ #examples = [
86
+ # ["Text", "Swedish", "./ex1.wav", None],
87
+ # ["Audio", "Swedish", "./ex2.wav", None]
88
+ #]
89
+
90
+ examples =[]
91
  demo = gr.Interface(
92
  fn=predict,
93
  inputs=[