Pharma-Copilot / app.py
Mohibullah's picture
Run MiniCPM OCR on Hugging Face GPU
c90ac52
Raw
History Blame Contribute Delete
185 Bytes
from gradio_pharmacopilot_demo import APP_THEME, CSS, demo
if __name__ == "__main__":
demo.launch(server_name="0.0.0.0", css=CSS, theme=APP_THEME, allowed_paths=["/data/images"])