Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
EmmaScharfmannBerkeley
/
MedicalSearchModel
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
MedicalSearchModel
/
app.py
EmmaScharfmann
rename app
818aca6
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
112 Bytes
from
interface
import
build_interface
if
__name__ ==
"__main__"
:
demo = build_interface()
demo.launch()