File size: 153 Bytes
608843f
73871d4
608843f
1f96f85
 
1d6b896
 
1
2
3
4
5
6
7
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()