import os os.system('pip install gradio===2.8.6') import gradio as gr iface = gr.Interface.load("spaces/akhaliq/CLIP_prefix_captioning") iface.launch()