echung682 commited on
Commit
2ff1a2a
·
verified ·
1 Parent(s): 2f5e6eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -145,17 +145,17 @@ with gr.Blocks(title="Emotion Reader") as emotion_reader:
145
 
146
  Steps to use the app:
147
 
148
- 1. Turn on the camera clicking where it says "Click to Access Webcam" and Allow access
149
 
150
- 2. Click "Record" (the dropdown arrow is for if you want to change your camera)
151
 
152
- 3. Type a sentence into the text input box
153
 
154
- 4. Press "Enter" to see your results
155
 
156
- 5. In the "Emotion Results" box, you will see something like "Text: {emotion} | Face {emotion} " and the timeline will update
157
 
158
- 6. You can press "Stop" to turn off the camera or type "quit" as your message to stop the program
159
  """
160
  )
161
  with gr.Row():
 
145
 
146
  Steps to use the app:
147
 
148
+ 1. Turn on the camera clicking where it says "Click to Access Webcam" and Allow access
149
 
150
+ 2. Click "Record" (the dropdown arrow is for if you want to change your camera)
151
 
152
+ 3. Type a sentence into the text input box
153
 
154
+ 4. Press "Enter" to see your results
155
 
156
+ 5. In the "Emotion Results" box, you will see something like "Text: (emotion) | Face: (emotion) " and the timeline will update
157
 
158
+ 6. You can press "Stop" to turn off the camera or type "quit" as your message to stop the program
159
  """
160
  )
161
  with gr.Row():