Jaward commited on
Commit
0084aec
·
verified ·
1 Parent(s): d99b477

merged apps

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,6 +185,7 @@ with gr.Blocks(css="style.css") as demo:
185
 
186
  with gr.Row():
187
  with gr.Column(scale=1):
 
188
  select = gr.Dropdown([
189
  'Llama 3 8B Service',
190
  'Mixtral 8x7B',
@@ -208,7 +209,6 @@ with gr.Blocks(css="style.css") as demo:
208
  value="German",
209
  label="Target Language for Translation"
210
  )
211
- input_audio = gr.Audio(label="User Input", sources=["microphone"], type="filepath")
212
  clear_button = gr.Button("Clear Conversation History")
213
 
214
  with gr.Column(scale=1):
 
185
 
186
  with gr.Row():
187
  with gr.Column(scale=1):
188
+ input_audio = gr.Audio(label="User Input", sources=["microphone"], type="filepath")
189
  select = gr.Dropdown([
190
  'Llama 3 8B Service',
191
  'Mixtral 8x7B',
 
209
  value="German",
210
  label="Target Language for Translation"
211
  )
 
212
  clear_button = gr.Button("Clear Conversation History")
213
 
214
  with gr.Column(scale=1):