pragnakalp's picture
Upload wsgi.py
55d1a6c
raw
history blame contribute delete
No virus
73 Bytes
from speech_emotion import app
if __name__ == "__main__":
app.run()