vsrinivas commited on
Commit
efd6225
·
verified ·
1 Parent(s): 9bd3020

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -437,7 +437,7 @@ def create_participant_row(i, language_choices):
437
  def create_gradio_interface(n_participants, language_choices):
438
  with gr.Blocks() as demo:
439
  gr.Markdown("""# LinguaPolis: Bridging Languages, Uniting Teams Globally - Multilingual Conference Call Simulation
440
- ## Assume it is a virtual conference where the speakers speak one by one
441
  ### Select a language, record your video or upload your video and press the corresponding 'Submit button' at the bottom
442
  #### After the output generation, repeat the above for as many speakers as you want, one by one. When you have finished, press 'Generate Minutes of Meeting button' to get the meeting summary""")
443
 
 
437
  def create_gradio_interface(n_participants, language_choices):
438
  with gr.Blocks() as demo:
439
  gr.Markdown("""# LinguaPolis: Bridging Languages, Uniting Teams Globally - Multilingual Conference Call Simulation
440
+ ## Assume it is a virtual conference call where the speakers speak one by one
441
  ### Select a language, record your video or upload your video and press the corresponding 'Submit button' at the bottom
442
  #### After the output generation, repeat the above for as many speakers as you want, one by one. When you have finished, press 'Generate Minutes of Meeting button' to get the meeting summary""")
443