RoAr777 commited on
Commit
1ad01ef
1 Parent(s): 2d0a9a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -44,9 +44,7 @@ iface = gr.Interface(
44
  inputs="image",
45
  outputs="plot",
46
  title="Emotion Prediction",
47
- description="Upload an image and get the confidence of predicted emotions",
48
- interpretation="default",
49
- live=True
50
  )
51
 
52
  # Launch the interface
 
44
  inputs="image",
45
  outputs="plot",
46
  title="Emotion Prediction",
47
+ description="Upload an image and get the confidence of predicted emotions"
 
 
48
  )
49
 
50
  # Launch the interface