import os cmd ='pip install gradio' os.system(cmd) import gradio as gr gr.Interface.load("models/stanford-crfm/BioMedLM").launch()