VitalSync-AI / __init__.py
KUNAL SHAW
Deploy VitalSync AI
e0075a3
raw
history blame contribute delete
419 Bytes
"""
HuggingFace deployment module for AI Medical Chatbot.
This module contains the Gradio-based web interface for the medical chatbot,
designed for deployment on HuggingFace Spaces.
Author: Ruslan Magana Vsevolodovna
Website: https://ruslanmv.com
License: Apache 2.0
"""
__version__ = "2.0.0"
__author__ = "Ruslan Magana Vsevolodovna"
__email__ = "contact@ruslanmv.com"
__license__ = "Apache-2.0"
__all__ = ["app"]