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...
b57f649
medbot_2
/
app.py
Thanush
Implement medical consultation app with LangChain memory management and model integration
031a3f5
about 1 month ago
raw
Copy download link
history
blame
Safe
119 Bytes
from
medbot.interface
import
build_interface
if
__name__ ==
"__main__"
:
demo = build_interface()
demo.launch()