Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
EmmaScharfmannBerkeley
/
MedicalSearchModel
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b49bedc
MedicalSearchModel
/
main.py
EmmaScharfmann
push to huggingface space
c33bcd6
3 months ago
raw
Copy download link
history
blame
Safe
112 Bytes
from
interface
import
build_interface
if
__name__ ==
"__main__"
:
demo = build_interface()
demo.launch()