jfforero commited on
Commit
48a6187
·
verified ·
1 Parent(s): ed4d162

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -11
app.py CHANGED
@@ -909,20 +909,23 @@ custom_css = """
909
 
910
  # Create the Gradio interface with proper output handling
911
  with gr.Blocks(title="Affective Virtual Environments - Chunked Processing", css=custom_css) as interface:
912
- gr.Markdown("# Affective Virtual Environments")
913
  gr.Markdown(
914
  """
915
- An Affective Virtual Environment or AVE is a digital space composed of two components: An emotion recognition system and a virtual environment generator.
 
916
 
917
- In this project, we use bimodal speech emotion recognition to predict categorical emotions from semantic and acoustic modes.
918
-
919
- Virtual Environments are generated using deepAI and MusicGEN.
920
-
921
- To interact, record your voice or upload an audio file. Define the length to Chunk your sample, and if you want to generate Audio for each chunk or not.
922
-
923
- Generate your Affective Virtual Environment and wait for the results.
924
-
925
- Download the HTML file with your creation.
 
 
926
  """
927
  )
928
 
 
909
 
910
  # Create the Gradio interface with proper output handling
911
  with gr.Blocks(title="Affective Virtual Environments - Chunked Processing", css=custom_css) as interface:
912
+ gr.Markdown("# The Emotional Machine")
913
  gr.Markdown(
914
  """
915
+ **The Emotional Machine** is a digital media project that generates virtual environments
916
+ using multimodal speech emotion recognition as its main mode of interaction.
917
 
918
+ **How to interact:**
919
+
920
+ 1) Record your voice or upload an audio file.
921
+ 2) Define the length to chunk your sample.
922
+ 3) Use the checkbox if you want to generate audio for each chunk.
923
+ 4) Generate your Affective Virtual Environment and wait for the results.
924
+ 5) Download the HTML file.
925
+ 6) Open your creation using any web browser.
926
+ ---
927
+ **Learn more:**
928
+ • For more information about the project, visit: [https://emotional-machines.com]
929
  """
930
  )
931