pianoweb commited on
Commit
bedef08
1 Parent(s): 61f098c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -13
app.py CHANGED
@@ -62,19 +62,7 @@ description="Trascrivi l'audio in maniera accurata da video Youtube. Inserisci i
62
 
63
  block = gr.Blocks()
64
  with block:
65
- gr.HTML(
66
- """
67
- <div style="text-align: center; max-width: 500px; margin: 0 auto;">
68
- <div>
69
- <h1>Youtube Whisperer</h1>
70
- </div>
71
- <p style="margin-bottom: 10px; font-size: 94%">
72
- Speech to text transcription of Youtube videos using OpenAI's Whisper
73
- </p>
74
- </div>
75
- """
76
- )
77
- with gr.Group():
78
  with gr.Box():
79
  with gr.Row().style(equal_height=True):
80
  sz = gr.Dropdown(label="Modello di trascrizione (consigliato large v2)", choices=gio.sizes, value='base')
 
62
 
63
  block = gr.Blocks()
64
  with block:
65
+ with gr.Group():
 
 
 
 
 
 
 
 
 
 
 
 
66
  with gr.Box():
67
  with gr.Row().style(equal_height=True):
68
  sz = gr.Dropdown(label="Modello di trascrizione (consigliato large v2)", choices=gio.sizes, value='base')