Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
techindia2025
/
medbot_2
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
medbot_2
/
app.py
Thanush
Implement medical consultation app with LangChain memory management and model integration
031a3f5
20 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
119 Bytes
from
medbot.interface
import
build_interface
if
__name__ ==
"__main__"
:
demo = build_interface()
demo.launch()