pianoweb commited on
Commit
3bd3ac8
1 Parent(s): 0efb037

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -57,8 +57,8 @@ class GradioInference():
57
  return self.yt.thumbnail_url, self.yt.title
58
 
59
  gio = GradioInference()
60
- title="Youtube Whisperer"
61
- description="Speech to text transcription of Youtube videos using OpenAI's Whisper"
62
 
63
  block = gr.Blocks()
64
  with block:
 
57
  return self.yt.thumbnail_url, self.yt.title
58
 
59
  gio = GradioInference()
60
+ title="Trascrizione Audio da Youtube"
61
+ description="Trascrivi l'audio in maniera accurata da video Youtube. Inserisci il tuo video (consigliato <10 min) ed il sistema genererà la trascrizione per te"
62
 
63
  block = gr.Blocks()
64
  with block: