Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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",
|
| 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=[
|