khalidey commited on
Commit
8dc35c4
1 Parent(s): b4fbd3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ iface = gr.Interface(
17
  gr.Textbox(label='Swedish GPT Generated Speech')
18
  ],
19
  title="Whisper Small Swedish + Swedish GPT",
20
- description="Realtime demo for Swedish speech recognition using a fine-tuned Whisper small model and text generation with Swedish GPT.",
21
  )
22
 
23
  iface.launch()
 
17
  gr.Textbox(label='Swedish GPT Generated Speech')
18
  ],
19
  title="Whisper Small Swedish + Swedish GPT",
20
+ description="Realtime demo for Swedish speech recognition using a fine-tuned Whisper small model & text generation with Swedish GPT.",
21
  )
22
 
23
  iface.launch()