AngelinaZanardi commited on
Commit
fb212c9
·
verified ·
1 Parent(s): 5f56b9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def yt_transcribe(yt_url, return_timestamps=False):
100
  demo = gr.Blocks()
101
 
102
  with demo:
103
- gr.Image(value=logo_path, type="filepath", elem_id="logo", label=None).style(width=100) # Adjust width as needed
104
  mf_transcribe = gr.Interface(
105
  fn=transcribe,
106
  inputs=[
 
100
  demo = gr.Blocks()
101
 
102
  with demo:
103
+ gr.Image(value=logo_path, type="filepath", label=None, width=100)
104
  mf_transcribe = gr.Interface(
105
  fn=transcribe,
106
  inputs=[