Medical-Chatbot / app.py
Yousefsalem's picture
Upload app.py
a59fba8 verified
raw
history blame contribute delete
107 Bytes
from src.chatbot import launch_gradio_interface
if __name__ == "__main__":
launch_gradio_interface()