Update app.py
Browse files
app.py
CHANGED
@@ -439,7 +439,7 @@ def create_gradio_interface(n_participants, language_choices):
|
|
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
|
443 |
|
444 |
video_inputs = []
|
445 |
language_dropdowns = []
|
|
|
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 finish, press 'Generate Minutes of Meeting button' to get the meeting summary""")
|
443 |
|
444 |
video_inputs = []
|
445 |
language_dropdowns = []
|