camparchimedes commited on
Commit
ef01582
·
verified ·
1 Parent(s): c835efb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -47,7 +47,6 @@ iface = gr.Interface(
47
  title="Audio Transcription App",
48
  description="Upload an audio file to get the transcription",
49
  theme="default",
50
- layout="vertical",
51
  live=False
52
  )
53
 
@@ -127,7 +126,7 @@ image_html = """
127
  <img src="https://huggingface.co/spaces/camparchimedes/ola_s-audioshop/raw/main/Olas%20AudioSwitch%20Shop.png" alt="Banner" width="87%" height="auto">
128
  </div>
129
  <div style="text-align: center; margin-top: 20px;">
130
- <img src="https://huggingface.co/spaces/camparchimedes/ola_s-audioshop/raw/main/picture.jpg" alt="Additional Image" width="50%" height="auto">
131
  </div>
132
  """
133
 
 
47
  title="Audio Transcription App",
48
  description="Upload an audio file to get the transcription",
49
  theme="default",
 
50
  live=False
51
  )
52
 
 
126
  <img src="https://huggingface.co/spaces/camparchimedes/ola_s-audioshop/raw/main/Olas%20AudioSwitch%20Shop.png" alt="Banner" width="87%" height="auto">
127
  </div>
128
  <div style="text-align: center; margin-top: 20px;">
129
+ <img src="https://huggingface.co/spaces/camparchimedes/ola_s-audioshop/raw/main/picture.jpg" alt="Additional Image" width="68%" height="auto">
130
  </div>
131
  """
132