nikshep01 commited on
Commit
623fa45
·
verified ·
1 Parent(s): 6ee5b04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -54,4 +54,3 @@ description = "Upload an image or video to predict the corresponding emotion"
54
  iface = gr.Interface(fn=predict_emotion, inputs=input_type, outputs=output_type, title=title, description=description)
55
  if __name__ == '__main__':
56
  iface.launch(inline=False)
57
-
 
54
  iface = gr.Interface(fn=predict_emotion, inputs=input_type, outputs=output_type, title=title, description=description)
55
  if __name__ == '__main__':
56
  iface.launch(inline=False)