Update app.py
Browse files
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 |
-
|
149 |
|
150 |
-
|
151 |
|
152 |
-
|
153 |
|
154 |
-
|
155 |
|
156 |
-
|
157 |
|
158 |
-
|
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():
|