mrmuminov commited on
Commit
0f7c473
1 Parent(s): c1fbeb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -97,7 +97,6 @@ mf_transcribe = gr.Interface(
97
  gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
98
  ],
99
  outputs="text",
100
- layout="horizontal",
101
  theme="huggingface",
102
  title="Whisper Uzbek: Transcribe Audio",
103
  description=(
@@ -115,7 +114,6 @@ file_transcribe = gr.Interface(
115
  gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
116
  ],
117
  outputs="text",
118
- layout="horizontal",
119
  theme="huggingface",
120
  title="Whisper Uzbek: Transcribe Audio",
121
  description=(
@@ -133,7 +131,6 @@ yt_transcribe = gr.Interface(
133
  gr.Radio(["transcribe", "translate"], label="Task", value="transcribe")
134
  ],
135
  outputs=["html", "text"],
136
- layout="horizontal",
137
  theme="huggingface",
138
  title="Whisper Uzbek: Transcribe YouTube",
139
  description=(
 
97
  gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
98
  ],
99
  outputs="text",
 
100
  theme="huggingface",
101
  title="Whisper Uzbek: Transcribe Audio",
102
  description=(
 
114
  gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
115
  ],
116
  outputs="text",
 
117
  theme="huggingface",
118
  title="Whisper Uzbek: Transcribe Audio",
119
  description=(
 
131
  gr.Radio(["transcribe", "translate"], label="Task", value="transcribe")
132
  ],
133
  outputs=["html", "text"],
 
134
  theme="huggingface",
135
  title="Whisper Uzbek: Transcribe YouTube",
136
  description=(