CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
Neerajkadari
/
Context-Aware_Conversational_Intelligence_System
source
Hugging Face
updated 5mo ago
View on Hugging Face
0
likes
Like
Save
Clone
overview
files
community
commits
settings
root
wsgi.py
wsgi.py
5 lines
Copy path
Download
Raw
Back to root
1
from app import app
2
3
if __name__ == "__main__":
4
app.run()
5