anthony01 commited on
Commit
e8bc1ec
Β·
verified Β·
1 Parent(s): 5f7dd90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -139,9 +139,10 @@ with gr.Blocks(css=css) as demo:
139
  <p>Instructions:
140
  <br>Step 1: Upload your MP4 video.
141
  <br>Step 2: (Optional) Upload an MP3 audio track.
142
- <br>Step 3: We'll analyze the video and suggest explosion timeframes using Azure Cognitive Services (not included yet).
143
- <br>Step 4: Download haptic explosion audio from [link to audio source].
144
- <br>Step 5: Mix the Audio using any app of your choice and master the audio with an AI mastering program (links provided).
 
145
  </p>
146
  """)
147
 
 
139
  <p>Instructions:
140
  <br>Step 1: Upload your MP4 video.
141
  <br>Step 2: (Optional) Upload an MP3 audio track.
142
+ <br>Step 3:(Optional) Choose the instance you want haptics to be added to
143
+ <br>Step 4: Click on submit, and We'll analyse the video and suggest explosion timeframes using Azure Cognitive Services.
144
+ <br>Step 5: The Haptic Audio will be mixed into the video and enhanced through AI mastering.
145
+ <br>Step 6: View and download the final videoΒ withΒ haptics.
146
  </p>
147
  """)
148