Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|
|