MedRAG / app.py
sandy45's picture
Deploy Medical RAG Assistant
20f1ed0
Raw
History Blame Contribute Delete
77 Bytes
from app.gradio_app import demo
if __name__ == "__main__":
demo.launch()