GIanlucaRub commited on
Commit
05f807a
1 Parent(s): f769d79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -38,11 +38,12 @@ block = gr.Blocks()
38
  with block:
39
  gr.HTML(
40
  """
41
- <div style="text-align: center; max-width: 500px; margin: 0 auto;">
 
42
  <div>
43
- <h1>Whisper Tiny Italian</h1>
44
  </div>
45
- <p style="margin-bottom: 10px; font-size: 94%">
46
  Realtime demo for Italian speech recognition using a fine-tuned Whisper tiny model.
47
  </p>
48
  </div>
@@ -67,7 +68,7 @@ with block:
67
  with gr.Row().style(mobile_collapse=False, equal_height=True):
68
  btn_video_uploaded = gr.Button("Transcribe video uploaded")
69
 
70
-
71
  link = gr.Textbox(label="YouTube Link")
72
  with gr.Row().style(mobile_collapse=False, equal_height=True):
73
  btn_youtube = gr.Button("Transcribe Youtube video")
 
38
  with block:
39
  gr.HTML(
40
  """
41
+
42
+ <div style="text-align: center; max-width: 500px; margin: 0 auto;margin-top: 10px">
43
  <div>
44
+ <h1 style="font-size: 400%">Whisper Tiny Italian</h1>
45
  </div>
46
+ <p style="margin-bottom: 10px; font-size: 200%;margin-top: 30px;line-height: 1.2;">
47
  Realtime demo for Italian speech recognition using a fine-tuned Whisper tiny model.
48
  </p>
49
  </div>
 
68
  with gr.Row().style(mobile_collapse=False, equal_height=True):
69
  btn_video_uploaded = gr.Button("Transcribe video uploaded")
70
 
71
+
72
  link = gr.Textbox(label="YouTube Link")
73
  with gr.Row().style(mobile_collapse=False, equal_height=True):
74
  btn_youtube = gr.Button("Transcribe Youtube video")