maxinethegreat commited on
Commit
d80ccbc
·
1 Parent(s): fd876cd

try to reduce lag

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ iface = gr.Interface(
53
  inputs=input_image,
54
  outputs=output_image,
55
  batch = True,
56
- max_batch_size = 1000,
57
  # interpretation = "default",
58
  title = "Mood Detectives",
59
  description = "Real-Time Emotion Detection Using Facial Expressions:\nCan our model detect if you are angry, happy, sad, fearful, disgusted, surprised or neutral?",
 
53
  inputs=input_image,
54
  outputs=output_image,
55
  batch = True,
56
+ max_batch_size = 1,
57
  # interpretation = "default",
58
  title = "Mood Detectives",
59
  description = "Real-Time Emotion Detection Using Facial Expressions:\nCan our model detect if you are angry, happy, sad, fearful, disgusted, surprised or neutral?",