vsrinivas commited on
Commit
56e372d
·
verified ·
1 Parent(s): 0fc43f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -437,7 +437,10 @@ 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
- ## Record your video or upload your video and press the corresponding Submit button at the bottom""")
 
 
 
441
 
442
  video_inputs = []
443
  language_dropdowns = []
 
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
443
+ #### press 'Generate Minutes of Meeting button' to get the meeting summary.'""")
444
 
445
  video_inputs = []
446
  language_dropdowns = []